LLDB mainline
Public Attributes | List of all members
lldb_private::DecodeResult Struct Reference

#include <RISCVInstructions.h>

Public Attributes

RISCVInst decoded
 
uint32_t inst
 
bool is_rvc
 
InstrPattern pattern
 

Detailed Description

Definition at line 308 of file RISCVInstructions.h.

Member Data Documentation

◆ decoded

RISCVInst lldb_private::DecodeResult::decoded

Definition at line 309 of file RISCVInstructions.h.

Referenced by lldb_private::EmulateInstructionRISCV::Execute().

◆ inst

uint32_t lldb_private::DecodeResult::inst

Definition at line 310 of file RISCVInstructions.h.

◆ is_rvc

bool lldb_private::DecodeResult::is_rvc

◆ pattern

InstrPattern lldb_private::DecodeResult::pattern

Definition at line 312 of file RISCVInstructions.h.


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