diff options
Diffstat (limited to 'test')
| -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 cc0a0a93..93ab4a48 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -3044,6 +3044,11 @@ reg_tests = [ "0feed9"), (m32, "00000000 PMAXSW XMM0, XMM6", "660feec6"), + + (m32, "00000000 PMULUDQ MM3, MM1", + "0ff4d9"), + (m32, "00000000 PMULUDQ XMM0, XMM6", + "660ff4c6"), ] |