Rizin
unix-like reverse engineering framework and cli tools
|
#include <MCRegisterInfo.h>
Public Attributes | |
iterator | RegsBegin |
const uint8_t * | RegSet |
uint32_t | NameIdx |
uint16_t | RegsSize |
uint16_t | RegSetSize |
uint16_t | ID |
uint16_t | RegSize |
uint16_t | Alignment |
int8_t | CopyCost |
bool | Allocatable |
Definition at line 29 of file MCRegisterInfo.h.
uint16_t MCRegisterClass::Alignment |
Definition at line 36 of file MCRegisterInfo.h.
bool MCRegisterClass::Allocatable |
Definition at line 38 of file MCRegisterInfo.h.
int8_t MCRegisterClass::CopyCost |
Definition at line 37 of file MCRegisterInfo.h.
uint16_t MCRegisterClass::ID |
Definition at line 35 of file MCRegisterInfo.h.
uint32_t MCRegisterClass::NameIdx |
Definition at line 32 of file MCRegisterInfo.h.
iterator MCRegisterClass::RegsBegin |
Definition at line 30 of file MCRegisterInfo.h.
Definition at line 31 of file MCRegisterInfo.h.
uint16_t MCRegisterClass::RegSetSize |
Definition at line 34 of file MCRegisterInfo.h.
uint16_t MCRegisterClass::RegSize |
Definition at line 36 of file MCRegisterInfo.h.
uint16_t MCRegisterClass::RegsSize |
Definition at line 33 of file MCRegisterInfo.h.