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 fbcb88f8..284bb40c 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2975,6 +2975,11 @@ reg_tests = [
     (m32, "00000000    PACKSSWB   XMM0, XMM5",
      "660f63c5"),
 
+    (m32, "00000000    PACKSSDW   MM2, MM0",
+     "0f6bd0"),
+    (m32, "00000000    PACKSSDW   XMM0, XMM7",
+     "660f6bc7"),
+
     (m32, "00000000    PACKUSWB   MM1, MM7",
      "0f67cf"),
     (m32, "00000000    PACKUSWB   XMM0, XMM6",