LLVM
8.0.1
|
Specifies whether a ModR/M byte is needed and (if so) which instruction each possible value of the ModR/M byte corresponds to. More...
Public Attributes | |
uint8_t | modrm_type |
uint16_t | instructionIDs |
Specifies whether a ModR/M byte is needed and (if so) which instruction each possible value of the ModR/M byte corresponds to.
Once this information is known, we have narrowed down to a single instruction.
Definition at line 28 of file X86DisassemblerDecoder.cpp.
uint16_t ModRMDecision::instructionIDs |
Definition at line 30 of file X86DisassemblerDecoder.cpp.
Referenced by decode().
uint8_t ModRMDecision::modrm_type |
Definition at line 29 of file X86DisassemblerDecoder.cpp.
Referenced by decode().