about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2015-11-10 14:57:30 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-11-10 15:42:57 +0100
commita8f59d52152361898bbee7406ea191ab8bda10c0 (patch)
tree722342b1e79254bca724331a28e0ad154656f085
parent9527fde87a9e8dec9d5ffde761fab247d9f6b4c7 (diff)
downloadmiasm-a8f59d52152361898bbee7406ea191ab8bda10c0.tar.gz
miasm-a8f59d52152361898bbee7406ea191ab8bda10c0.zip
X86/sem: add movq
-rw-r--r--miasm2/arch/x86/sem.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/miasm2/arch/x86/sem.py b/miasm2/arch/x86/sem.py
index 41a2c229..ddce70fe 100644
--- a/miasm2/arch/x86/sem.py
+++ b/miasm2/arch/x86/sem.py
@@ -3703,6 +3703,8 @@ mnemo_func = {'mov': mov,
               "xorps": xorps,
               "xorpd": xorps,
 
+              "movq": mov,
+
               "pminsw": pminsw,
               "cvtdq2pd": cvtdq2pd,
               "cvtdq2ps": cvtdq2ps,