#include <MCInst.h>
Public Types | |
enum | { kInvalid = 0, kRegister, kImmediate, kFPImmediate } |
Public Attributes | |
union { | |
double FPImmVal | |
int64_t ImmVal | |
unsigned RegVal | |
}; | |
unsigned char | Kind |
enum MCOperand:: { ... } | MachineOperandType |
MCOperand - Instances of this class represent operands of the MCInst class. This is a simple discriminated union.
anonymous enum |
union { ... } |
enum { ... } MCOperand::MachineOperandType |