about summary refs log tree commit diff stats
path: root/test/arch
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch')
-rw-r--r--test/arch/x86/arch.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 9b1a4d25..82475e51 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -3009,6 +3009,16 @@ reg_tests = [
      "0fddfd"),
     (m32, "00000000    PADDUSW    XMM0, XMM1",
      "660fddc1"),
+
+    (m32, "00000000    PMULHUW    MM6, MM4",
+     "0fe4f4"),
+    (m32, "00000000    PMULHUW    XMM0, XMM7",
+     "660fe4c7"),
+
+    (m32, "00000000    PMULHW     MM6, MM4",
+     "0fe5f4"),
+    (m32, "00000000    PMULHW     XMM0, XMM7",
+     "660fe5c7"),
 ]