Rizin
unix-like reverse engineering framework and cli tools
|
#include <tms320c64x.h>
Public Attributes | |
tms320c64x_op_type | type |
operand type More... | |
union { | |
unsigned int reg | |
register value for REG operand or first register for REGPAIR operand More... | |
int32_t imm | |
immediate value for IMM operand More... | |
tms320c64x_op_mem mem | |
base/disp value for MEM operand More... | |
}; | |
Definition at line 55 of file tms320c64x.h.
union { ... } |
int32_t cs_tms320c64x_op::imm |
immediate value for IMM operand
Definition at line 59 of file tms320c64x.h.
tms320c64x_op_mem cs_tms320c64x_op::mem |
base/disp value for MEM operand
Definition at line 60 of file tms320c64x.h.
Referenced by capstone.m68k.M68KOp::mem().
register value for REG operand or first register for REGPAIR operand
Definition at line 58 of file tms320c64x.h.
tms320c64x_op_type cs_tms320c64x_op::type |
operand type
Definition at line 56 of file tms320c64x.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), cmd_descs_generate.Arg::get_cstructure(), and cmd_descs_generate.CmdDesc::get_handler_cname().