about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2017-02-03 14:57:02 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2017-02-03 14:57:02 +0100
commit6125d37a9cf2b9d2907668552c31a0510176a822 (patch)
treebad58924a72fe33fde7ddc37a5d4dee795b40f75 /test/arch/x86/arch.py
parent7d7d8e0d2148e479eaf4d098416282c07e785487 (diff)
downloadmiasm-6125d37a9cf2b9d2907668552c31a0510176a822.tar.gz
miasm-6125d37a9cf2b9d2907668552c31a0510176a822.zip
X86: add pslldq
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 14e25538..b0ea7cb4 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2727,6 +2727,9 @@ reg_tests = [
     (m32, "00000000    PSLLW      XMM6, 0x5",
     "660F71F605"),
 
+    (m64, "00000000    PSLLDQ     XMM2, 0x1",
+    "660F73Fa01"),
+
 
     (m32, "00000000    PSLLQ      MM2, QWORD PTR [EDX]",
     "0FF312"),