LLVM  4.0.0
Public Attributes | List of all members
llvm::X86Disassembler::OperandSpecifier Struct Reference

The specification for how to extract and interpret one operand. More...

#include <X86DisassemblerDecoderCommon.h>

Collaboration diagram for llvm::X86Disassembler::OperandSpecifier:
[legend]

Public Attributes

uint8_t encoding
 
uint8_t type
 

Detailed Description

The specification for how to extract and interpret one operand.

Definition at line 474 of file X86DisassemblerDecoderCommon.h.

Member Data Documentation

uint8_t llvm::X86Disassembler::OperandSpecifier::encoding

Definition at line 475 of file X86DisassemblerDecoderCommon.h.

Referenced by translateImmediate(), and translateOperand().

uint8_t llvm::X86Disassembler::OperandSpecifier::type

The documentation for this struct was generated from the following file: