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.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 3e0b9333..9b1a4d25 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -3000,6 +3000,15 @@ reg_tests = [
     (m32, "00000000    PSUBUSW    XMM0, XMM5",
      "660fd9c5"),
 
+    (m32, "00000000    PADDUSB    MM5, MM3",
+     "0fdceb"),
+    (m32, "00000000    PADDUSB    XMM0, XMM6",
+     "660fdcc6"),
+
+    (m32, "00000000    PADDUSW    MM7, MM5",
+     "0fddfd"),
+    (m32, "00000000    PADDUSW    XMM0, XMM1",
+     "660fddc1"),
 ]