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

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

#include "llvm/Support/X86DisassemblerDecoderCommon.h"

Public Attributes

uint8_t encoding
 
uint8_t type
 

Detailed Description

The specification for how to extract and interpret one operand.

Definition at line 490 of file X86DisassemblerDecoderCommon.h.

Member Data Documentation

◆ encoding

uint8_t llvm::X86Disassembler::OperandSpecifier::encoding

Definition at line 491 of file X86DisassemblerDecoderCommon.h.

Referenced by translateImmediate(), and translateOperand().

◆ type

uint8_t llvm::X86Disassembler::OperandSpecifier::type

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