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 b9bfec74..fbcb88f8 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2974,6 +2974,11 @@ reg_tests = [
      "0f63f8"),
     (m32, "00000000    PACKSSWB   XMM0, XMM5",
      "660f63c5"),
+
+    (m32, "00000000    PACKUSWB   MM1, MM7",
+     "0f67cf"),
+    (m32, "00000000    PACKUSWB   XMM0, XMM6",
+     "660f67c6"),
 ]