diff options
Diffstat (limited to 'test/arch/x86/arch.py')
| -rw-r--r-- | test/arch/x86/arch.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index 3dd91581..27b426e2 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -2653,6 +2653,15 @@ reg_tests = [ (m32, "00000000 PSLLW XMM2, XMMWORD PTR [EDX]", "660FF112"), + (m32, "00000000 PMAXUB MM2, QWORD PTR [EDX]", + "0FDE12"), + (m32, "00000000 PMAXUB XMM2, XMMWORD PTR [EDX]", + "660FDE12"), + + (m32, "00000000 PMAXUW XMM2, XMMWORD PTR [EDX]", + "660F383E12"), + (m32, "00000000 PMAXUD XMM2, XMMWORD PTR [EDX]", + "660F383F12"), ] |