|
LLDB mainline
|
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 |
Unified RISC-V C register encoding.
Definition at line 21 of file RISCVCInstructions.h.
|
inline |
Definition at line 24 of file RISCVCInstructions.h.
References rd.
|
inline |
Definition at line 25 of file RISCVCInstructions.h.
|
inline |
Definition at line 26 of file RISCVCInstructions.h.
| uint32_t lldb_private::RxC::rd |
Definition at line 22 of file RISCVCInstructions.h.
Referenced by operator int(), operator Rd(), and operator Rs().
| bool lldb_private::RxC::shift = true |
Definition at line 23 of file RISCVCInstructions.h.
Referenced by operator Rd(), and operator Rs().