LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::RxC Struct Reference

Unified RISC-V C register encoding. More...

#include <RISCVCInstructions.h>

Public Member Functions

 operator int ()
 
 operator Rd ()
 
 operator Rs ()
 

Public Attributes

uint32_t rd
 
bool shift = true
 

Detailed Description

Unified RISC-V C register encoding.

Definition at line 21 of file RISCVCInstructions.h.

Member Function Documentation

◆ operator int()

lldb_private::RxC::operator int ( )
inline

Definition at line 24 of file RISCVCInstructions.h.

References rd.

◆ operator Rd()

lldb_private::RxC::operator Rd ( )
inline

Definition at line 25 of file RISCVCInstructions.h.

References rd, and shift.

◆ operator Rs()

lldb_private::RxC::operator Rs ( )
inline

Definition at line 26 of file RISCVCInstructions.h.

References rd, and shift.

Member Data Documentation

◆ rd

uint32_t lldb_private::RxC::rd

Definition at line 22 of file RISCVCInstructions.h.

Referenced by operator int(), operator Rd(), and operator Rs().

◆ shift

bool lldb_private::RxC::shift = true

Definition at line 23 of file RISCVCInstructions.h.

Referenced by operator Rd(), and operator Rs().


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