LLVM 20.0.0git
|
The specification for how to extract and interpret one operand. More...
#include "llvm/Support/X86DisassemblerDecoderCommon.h"
Public Attributes | |
uint8_t | encoding |
uint8_t | type |
The specification for how to extract and interpret one operand.
Definition at line 531 of file X86DisassemblerDecoderCommon.h.
uint8_t llvm::X86Disassembler::OperandSpecifier::encoding |
Definition at line 532 of file X86DisassemblerDecoderCommon.h.
Referenced by translateImmediate(), and translateOperand().
uint8_t llvm::X86Disassembler::OperandSpecifier::type |
Definition at line 533 of file X86DisassemblerDecoderCommon.h.
Referenced by translateImmediate(), translateOperand(), and translateRM().