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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 322635e7..80a8563d 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2887,6 +2887,9 @@ reg_tests = [
     (m64, "00000000    PEXTRQ     QWORD PTR [RDX], XMM2, 0x5",
     "66480F3A161205"),
 
+    (m64, "00000000    PEXTRW     RCX, XMM14, 0x5",
+    "664C0F3A15F105"),
+
 
     (m32, "00000000    UNPCKHPS   XMM2, XMMWORD PTR [EDX]",
      "0f1512"),