LLDB mainline
lldb_private::B Struct Reference

#include <RISCVInstructions.h>

Public Member Functions

 DERIVE_EQ (B)

Public Attributes

Rs rs1
Rs rs2
uint32_t imm
uint32_t funct3

Detailed Description

Definition at line 102 of file RISCVInstructions.h.

Member Function Documentation

◆ DERIVE_EQ()

lldb_private::B::DERIVE_EQ ( B )

Member Data Documentation

◆ funct3

uint32_t lldb_private::B::funct3

Definition at line 106 of file RISCVInstructions.h.

◆ imm

uint32_t lldb_private::B::imm

◆ rs1

Rs lldb_private::B::rs1

Definition at line 103 of file RISCVInstructions.h.

Referenced by lldb_private::Executor::operator()().

◆ rs2

Rs lldb_private::B::rs2

Definition at line 104 of file RISCVInstructions.h.

Referenced by lldb_private::Executor::operator()().


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