diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-03-08 15:19:59 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-03-18 12:09:06 +0100 |
| commit | 9793fed7426b3f17bdfd301a71bc1e701c1be92b (patch) | |
| tree | 85cb6a75a52d9d66ea92b2e2650559e8aaa53855 /Source/UnitTests/Common | |
| parent | 8d90ecda7f8e08a37964f8664aed571dbc6e9051 (diff) | |
XEmitter: add PUNPCKLQDQ
Diffstat (limited to 'Source/UnitTests/Common')
| -rw-r--r-- | Source/UnitTests/Common/x64EmitterTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/UnitTests/Common/x64EmitterTest.cpp b/Source/UnitTests/Common/x64EmitterTest.cpp index 614847e955..1f7d08f114 100644 --- a/Source/UnitTests/Common/x64EmitterTest.cpp +++ b/Source/UnitTests/Common/x64EmitterTest.cpp @@ -810,6 +810,7 @@ TWO_OP_SSE_TEST(PACKUSWB, "dqword") TWO_OP_SSE_TEST(PUNPCKLBW, "dqword") TWO_OP_SSE_TEST(PUNPCKLWD, "dqword") TWO_OP_SSE_TEST(PUNPCKLDQ, "dqword") +TWO_OP_SSE_TEST(PUNPCKLQDQ, "dqword") TWO_OP_SSE_TEST(PTEST, "dqword") TWO_OP_SSE_TEST(PAND, "dqword") |
