Rizin
unix-like reverse engineering framework and cli tools
|
Instruction structure. More...
#include <ppc.h>
Public Attributes | |
ppc_bc | bc |
branch code for branch instructions More... | |
ppc_bh | bh |
branch hint for branch instructions More... | |
bool | update_cr0 |
if update_cr0 = True, then this 'dot' insn updates CR0 More... | |
uint8_t | op_count |
cs_ppc_op | operands [8] |
operands for this instruction. More... | |
uint8_t cs_ppc::op_count |
cs_ppc_op cs_ppc::operands[8] |
operands for this instruction.
Definition at line 307 of file ppc.h.
Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), and capstone.CsInsn::op_find().
bool cs_ppc::update_cr0 |