Age | Commit message (Collapse) | Author |
|
|
|
add enclv instruction
add sse3, ssse3, sse4.1, and sse4.2 feature flags, plus a host of
missing opcodes
|
|
fence instructions
|
|
|
|
|
|
|
|
|
|
rep, repz, repnz prefixes are only displayed on instructions for which
they have a semantic effect. movs, cmps, scas, lods, stos, ins, and outs
are now decodable.
|
|
also remove unnecessary variants in unlikely_operands and adjust
expectations of several tests
|
|
|
|
|
|
|
|
this breaks all of how Operand are used, but its faster, so its impossible to say,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix issue where non-relevant prefixes on 0f opcodes may cause incorrect invalid decodes
|
|
|
|
|
|
|
|
|
|
|
|
also decode operands for 0xcc and cmp al, imm8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|