|
Rizin
unix-like reverse engineering framework and cli tools
|
Instruction operand. More...
#include <ppc.h>
Public Attributes | |
| ppc_op_type | type |
| operand type More... | |
| union { | |
| ppc_reg reg | |
| register value for REG operand More... | |
| int64_t imm | |
| immediate value for IMM operand More... | |
| ppc_op_mem mem | |
| base/disp value for MEM operand More... | |
| ppc_op_crx crx | |
| operand with condition register More... | |
| }; | |
| union { ... } |
| ppc_op_crx cs_ppc_op::crx |
| int64_t cs_ppc_op::imm |
| ppc_op_mem cs_ppc_op::mem |
base/disp value for MEM operand
Definition at line 288 of file ppc.h.
Referenced by capstone.m68k.M68KOp::mem(), and set_src_dst().
| ppc_op_type cs_ppc_op::type |
operand type
Definition at line 284 of file ppc.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(), cmd_descs_generate.CmdDesc::get_handler_cname(), and set_src_dst().