summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/x64EmitterTest.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2015-01-07 11:09:51 +0100
committerTillmann Karras <tilkax@gmail.com>2015-01-07 11:23:52 +0100
commit1efa9b8b720445f56db535bd1ab34b99c86ea1ef (patch)
tree498a106042b13b7e21603f0850bdc63e993cd1fa /Source/UnitTests/Common/x64EmitterTest.cpp
parent3daa6ab259961af9f31fb4270a7f7876afede2b0 (diff)
x64Emitter: add MOVLPS/MOVHPS
Diffstat (limited to 'Source/UnitTests/Common/x64EmitterTest.cpp')
-rw-r--r--Source/UnitTests/Common/x64EmitterTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/UnitTests/Common/x64EmitterTest.cpp b/Source/UnitTests/Common/x64EmitterTest.cpp
index a6b6a7e81a..6b875752f8 100644
--- a/Source/UnitTests/Common/x64EmitterTest.cpp
+++ b/Source/UnitTests/Common/x64EmitterTest.cpp
@@ -758,6 +758,8 @@ TWO_OP_SSE_REG_TEST(MOVLHPS, "qword")
} \
}
+TWO_OP_SSE_MEM_TEST(MOVLPS, "qword")
+TWO_OP_SSE_MEM_TEST(MOVHPS, "qword")
TWO_OP_SSE_MEM_TEST(MOVLPD, "qword")
TWO_OP_SSE_MEM_TEST(MOVHPD, "qword")