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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 022d387e..b6d277ad 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2326,6 +2326,8 @@ reg_tests = [
     (m64, "00000000    MOVQ       XMM1, QWORD PTR [R12+0xFFFFFFFFFFFFFFE0]",
      "f3410f7e4c24e0"),
 
+    (m64, "00000000    MOVQ       RCX, XMM0",
+     "66480F7EC1"),
 
     (m32, "00000000    PAND       MM2, MM6",
      "0fdbd6"),