LLVM
8.0.1
|
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 456 of file X86DisassemblerDecoderCommon.h.
uint8_t llvm::X86Disassembler::OperandSpecifier::encoding |
Definition at line 457 of file X86DisassemblerDecoderCommon.h.
Referenced by translateImmediate(), and translateOperand().
uint8_t llvm::X86Disassembler::OperandSpecifier::type |
Definition at line 458 of file X86DisassemblerDecoderCommon.h.
Referenced by translateImmediate(), translateOperand(), and translateRM().