#include <tms320c64x.h>
Public Attributes | |
| union { | |
| int32_t imm | |
| immediate value for IMM operand More... | |
| tms320c64x_op_mem mem | |
| base/disp value for MEM operand More... | |
| unsigned int reg | |
| register value for REG operand or first register for REGPAIR operand More... | |
| }; | |
| tms320c64x_op_type | type |
| operand type 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.
| unsigned int cs_tms320c64x_op::reg |
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.