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

The specification for how to extract and interpret a full instruction and its operands. More...

#include "Target/X86/Disassembler/X86DisassemblerDecoder.h"

Public Attributes

uint16_t operands
 

Detailed Description

The specification for how to extract and interpret a full instruction and its operands.

Definition at line 669 of file X86DisassemblerDecoder.h.

Member Data Documentation

◆ operands

uint16_t llvm::X86Disassembler::InstructionSpecifier::operands

Definition at line 670 of file X86DisassemblerDecoder.h.

Referenced by readOperands().


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