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 93ab4a48..3d9fd31f 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -3049,6 +3049,11 @@ reg_tests = [
      "0ff4d9"),
     (m32, "00000000    PMULUDQ    XMM0, XMM6",
      "660ff4c6"),
+
+    (m32, "00000000    PMADDWD    MM3, MM1",
+     "0ff5d9"),
+    (m32, "00000000    PMADDWD    XMM0, XMM6",
+     "660ff5c6"),
 ]