Skip to content

Commit

Permalink
Remove invalid opcodes
Browse files Browse the repository at this point in the history
Some of these are used to label subtypes of the general
instruction and some are just madeup mnemonics that were never
used in Dyninst.
  • Loading branch information
hainest committed Nov 24, 2023
1 parent c446d03 commit 9f4aaad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions common/h/mnemonics/x86_entryIDs.h
Expand Up @@ -74,7 +74,6 @@ e_cmppd,
e_cmpps,
e_cmpsb,
e_cmpsd,
e_cmpsd_sse,
e_cmpsl,
e_cmpss,
e_cmpsw,
Expand Down Expand Up @@ -461,7 +460,6 @@ e_pminub,
e_pminud,
e_pminuw,
e_pmovmskb,
e_pmovntdqa,
e_pmovsxbd,
e_pmovsxbq,
e_pmovsxbw,
Expand Down Expand Up @@ -667,10 +665,6 @@ e_vbroadcastf32x4,
e_vbroadcasti128,
e_vbroadcastsd,
e_vbroadcastss,
e_vcmpeqpd,
e_vcmpeqps,
e_vcmpeqsd,
e_vcmpeqss,
e_vcmppd,
e_vcmpps,
e_vcmpsd,
Expand All @@ -693,9 +687,7 @@ e_vcvtsd2si,
e_vcvtsd2ss,
e_vcvtsd2usi,
e_vcvtsi2sd,
e_vcvtsi2sdl,
e_vcvtsi2ss,
e_vcvtsi2ssl,
e_vcvtss2sd,
e_vcvtss2si,
e_vcvtss2usi,
Expand Down Expand Up @@ -1164,7 +1156,6 @@ e_vsubpd,
e_vsubps,
e_vsubsd,
e_vsubss,
e_vsyscall,
e_vtestpd,
e_vtestps,
e_vucomisd,
Expand Down

0 comments on commit 9f4aaad

Please sign in to comment.