about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <fabrice.desclaux@cea.fr>2015-10-17 22:05:55 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-10-23 10:47:24 +0200
commit619a75e44fdf0a9e9e0a485615f41941fd60d78e (patch)
tree02b81dcbbcaf3b3bf41a8918509ba25fce05d951
parent31a863a742a2c70a86280bac401b5f72aaee483e (diff)
downloadmiasm-619a75e44fdf0a9e9e0a485615f41941fd60d78e.tar.gz
miasm-619a75e44fdf0a9e9e0a485615f41941fd60d78e.zip
Test/Arch/x86: movq
-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"),