Go to the source code of this file.
|
void | MCInst_addOperand2 (MCInst *inst, MCOperand *Op) |
|
void | MCInst_clear (MCInst *inst) |
|
unsigned | MCInst_getNumOperands (const MCInst *inst) |
|
unsigned | MCInst_getOpcode (const MCInst *) |
|
unsigned | MCInst_getOpcodePub (const MCInst *) |
|
MCOperand * | MCInst_getOperand (MCInst *inst, unsigned i) |
|
void | MCInst_Init (MCInst *inst) |
|
void | MCInst_insert0 (MCInst *inst, int index, MCOperand *Op) |
|
void | MCInst_setOpcode (MCInst *inst, unsigned Op) |
|
void | MCInst_setOpcodePub (MCInst *inst, unsigned Op) |
|
void | MCOperand_CreateImm0 (MCInst *inst, int64_t Val) |
|
MCOperand * | MCOperand_CreateImm1 (MCInst *inst, int64_t Val) |
|
void | MCOperand_CreateReg0 (MCInst *inst, unsigned Reg) |
|
MCOperand * | MCOperand_CreateReg1 (MCInst *inst, unsigned Reg) |
|
double | MCOperand_getFPImm (const MCOperand *op) |
|
int64_t | MCOperand_getImm (MCOperand *op) |
|
const MCInst * | MCOperand_getInst (const MCOperand *op) |
|
unsigned | MCOperand_getReg (const MCOperand *op) |
| getReg - Returns the register number. More...
|
|
bool | MCOperand_isFPImm (const MCOperand *op) |
|
bool | MCOperand_isImm (const MCOperand *op) |
|
bool | MCOperand_isInst (const MCOperand *op) |
|
bool | MCOperand_isReg (const MCOperand *op) |
|
bool | MCOperand_isValid (const MCOperand *op) |
|
void | MCOperand_setFPImm (MCOperand *op, double Val) |
|
void | MCOperand_setImm (MCOperand *op, int64_t Val) |
|
void | MCOperand_setInst (MCOperand *op, const MCInst *Val) |
|
void | MCOperand_setReg (MCOperand *op, unsigned Reg) |
| setReg - Set the register number. More...
|
|
◆ cs_struct
◆ MCInst
◆ MCOperand
◆ MCInst_addOperand2()
◆ MCInst_clear()
void MCInst_clear |
( |
MCInst * |
inst | ) |
|
◆ MCInst_getNumOperands()
◆ MCInst_getOpcode()
◆ MCInst_getOpcodePub()
◆ MCInst_getOperand()
◆ MCInst_Init()
void MCInst_Init |
( |
MCInst * |
inst | ) |
|
◆ MCInst_insert0()
◆ MCInst_setOpcode()
void MCInst_setOpcode |
( |
MCInst * |
inst, |
|
|
unsigned |
Op |
|
) |
| |
◆ MCInst_setOpcodePub()
void MCInst_setOpcodePub |
( |
MCInst * |
inst, |
|
|
unsigned |
Op |
|
) |
| |
◆ MCOperand_CreateImm0()
◆ MCOperand_CreateImm1()
◆ MCOperand_CreateReg0()
void MCOperand_CreateReg0 |
( |
MCInst * |
inst, |
|
|
unsigned |
Reg |
|
) |
| |
◆ MCOperand_CreateReg1()
◆ MCOperand_getFPImm()
◆ MCOperand_getImm()
◆ MCOperand_getInst()
◆ MCOperand_getReg()
getReg - Returns the register number.
Definition at line 114 of file MCInst.c.
◆ MCOperand_isFPImm()
◆ MCOperand_isImm()
◆ MCOperand_isInst()
◆ MCOperand_isReg()
◆ MCOperand_isValid()
◆ MCOperand_setFPImm()
void MCOperand_setFPImm |
( |
MCOperand * |
op, |
|
|
double |
Val |
|
) |
| |
◆ MCOperand_setImm()
◆ MCOperand_setInst()
◆ MCOperand_setReg()
void MCOperand_setReg |
( |
MCOperand * |
op, |
|
|
unsigned |
Reg |
|
) |
| |
setReg - Set the register number.
Definition at line 120 of file MCInst.c.