about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 fb757b33..8c191aad 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -3029,6 +3029,16 @@ reg_tests = [
      "0fe9d9"),
     (m32, "00000000    PSUBSW     XMM0, XMM6",
      "660fe9c6"),
+
+    (m32, "00000000    PADDSB     MM2, MM0",
+     "0fecd0"),
+    (m32, "00000000    PADDSB     XMM0, XMM4",
+     "660fecc4"),
+
+    (m32, "00000000    PADDSW     MM3, MM1",
+     "0fedd9"),
+    (m32, "00000000    PADDSW     XMM0, XMM6",
+     "660fedc6"),
 ]