about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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,