about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/x86/arch.py')
-rw-r--r--test/arch/x86/arch.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 284bb40c..9f3256f3 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2984,6 +2984,11 @@ reg_tests = [
      "0f67cf"),
     (m32, "00000000    PACKUSWB   XMM0, XMM6",
      "660f67c6"),
+
+    (m32, "00000000    PMULLW     MM4, MM2",
+     "0fd5e2"),
+    (m32, "00000000    PMULLW     XMM0, XMM3",
+     "660fd5c3"),
 ]