14 #pragma warning(disable:4201)
ppc_op_crx crx
operand with condition register
ppc_op_mem mem
base/disp value for MEM operand
ppc_op_type type
operand type
int64_t imm
immediate value for IMM operand
ppc_reg reg
register value for REG operand
ppc_bh bh
branch hint for branch instructions
bool update_cr0
if update_cr0 = True, then this 'dot' insn updates CR0
ppc_bc bc
branch code for branch instructions
ppc_reg base
base register
int32_t disp
displacement/offset value
ppc_bh
PPC branch hint for some branch instructions.
@ PPC_BH_MINUS
MINUS hint.
ppc_op_type
Operand type for instruction's operands.
@ PPC_OP_REG
= CS_OP_REG (Register operand).
@ PPC_OP_IMM
= CS_OP_IMM (Immediate operand).
@ PPC_OP_MEM
= CS_OP_MEM (Memory operand).
@ PPC_OP_CRX
Condition Register field.
@ PPC_OP_INVALID
= CS_OP_INVALID (Uninitialized).
struct cs_ppc cs_ppc
Instruction structure.
struct ppc_op_mem ppc_op_mem
ppc_bc
PPC branch codes for some branch instructions.
@ PPC_BC_SO
summary overflow
@ PPC_BC_NS
not summary overflow
ppc_insn_group
Group of PPC instructions.
@ PPC_GRP_INVALID
= CS_GRP_INVALID
@ PPC_GRP_JUMP
= CS_GRP_JUMP
struct ppc_op_crx ppc_op_crx
struct cs_ppc_op cs_ppc_op
Instruction operand.