diff options
Diffstat (limited to 'test/arch/x86/arch.py')
| -rw-r--r-- | test/arch/x86/arch.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index 8c191aad..cc0a0a93 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -3039,6 +3039,11 @@ reg_tests = [ "0fedd9"), (m32, "00000000 PADDSW XMM0, XMM6", "660fedc6"), + + (m32, "00000000 PMAXSW MM3, MM1", + "0feed9"), + (m32, "00000000 PMAXSW XMM0, XMM6", + "660feec6"), ] |