diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/arch/x86/arch.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index e4330b33..9a7f3d8a 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -2770,6 +2770,10 @@ reg_tests = [ (m32, "00000000 PCMPEQD XMM2, XMMWORD PTR [EDX]", "660F7612"), + (m64, "00000000 PCMPGTD MM3, MM0", + "0f66d8"), + (m64, "00000000 PCMPGTD XMM3, XMM0", + "660f66d8"), (m32, "00000000 PUNPCKHBW MM2, QWORD PTR [EDX]", "0F6812"), |