about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <fabrice.desclaux@cea.fr>2015-10-17 23:01:56 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-10-23 10:47:24 +0200
commit3aad0e188f9ed776f739df6b2c06c4219fe12dba (patch)
tree36d9796d6c360cc624cfdec40e373ce7ea5c3593
parent29a4cc793b3bb8e2f1928b6aa43bbb6dc854a581 (diff)
downloadmiasm-3aad0e188f9ed776f739df6b2c06c4219fe12dba.tar.gz
miasm-3aad0e188f9ed776f739df6b2c06c4219fe12dba.zip
Arch/x86/sem: add xorpd
-rw-r--r--miasm2/arch/x86/sem.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/arch/x86/sem.py b/miasm2/arch/x86/sem.py
index 620c2f06..41119c13 100644
--- a/miasm2/arch/x86/sem.py
+++ b/miasm2/arch/x86/sem.py
@@ -3535,6 +3535,7 @@ mnemo_func = {'mov': mov,
               "movdqu":movdqu,
               "movaps": movaps,
               "xorps": xorps,
+              "xorpd": xorps,
 
               "pminsw": pminsw,
               "cvtsi2sd": cvtsi2sd,