about summary refs log tree commit diff stats
path: root/miasm2/arch/x86/sem.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/arch/x86/sem.py')
-rw-r--r--miasm2/arch/x86/sem.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/miasm2/arch/x86/sem.py b/miasm2/arch/x86/sem.py
index 8c140d7b..a00b6f7c 100644
--- a/miasm2/arch/x86/sem.py
+++ b/miasm2/arch/x86/sem.py
@@ -4995,7 +4995,6 @@ mnemo_func = {'mov': mov,
               'jns': jns,
               'jo': jo,
               'jno': jno,
-              'jecxz': jecxz,
               'loop': loop,
               'loopne': loopne,
               'loope': loope,
@@ -5041,8 +5040,6 @@ mnemo_func = {'mov': mov,
               'fucompp': fucompp,
               'comiss': comiss,
               'comisd': comisd,
-              'fcomi': fcomi,
-              'fcomip': fcomip,
               'nop': nop,
               'ud2': ud2,
               'prefetch0': prefetch0,
@@ -5146,7 +5143,6 @@ mnemo_func = {'mov': mov,
               'xlat': xlat,
               'bt': bt,
               'cpuid': cpuid,
-              'jo': jo,
               'fcom': fcom,
               'ftst': ftst,
               'fxam': fxam,