Rizin
unix-like reverse engineering framework and cli tools
|
#include <MCInst.h>
Public Types | |
enum | { kInvalid = 0 , kRegister , kImmediate , kFPImmediate } |
Public Attributes | |
enum MCOperand:: { ... } | MachineOperandType |
unsigned char | Kind |
union { | |
unsigned RegVal | |
int64_t ImmVal | |
double FPImmVal | |
}; | |
MCOperand - Instances of this class represent operands of the MCInst class. This is a simple discriminated union.
anonymous enum |
union { ... } |
int64_t MCOperand::ImmVal |
Definition at line 41 of file MCInst.h.
Referenced by MCInst_Init().
unsigned char MCOperand::Kind |
Definition at line 37 of file MCInst.h.
Referenced by MCInst_Init().
enum { ... } MCOperand::MachineOperandType |