From a8f59d52152361898bbee7406ea191ab8bda10c0 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Tue, 10 Nov 2015 14:57:30 +0100 Subject: X86/sem: add movq --- miasm2/arch/x86/sem.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'miasm2/arch/x86/sem.py') 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, -- cgit 1.4.1