Rizin
unix-like reverse engineering framework and cli tools
cs_ppc Struct Reference

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...
 

Detailed Description

Instruction structure.

Definition at line 294 of file ppc.h.

Member Data Documentation

◆ bc

ppc_bc cs_ppc::bc

branch code for branch instructions

Definition at line 296 of file ppc.h.

◆ bh

ppc_bh cs_ppc::bh

branch hint for branch instructions

Definition at line 299 of file ppc.h.

◆ op_count

uint8_t cs_ppc::op_count

Number of operands of this instruction, or 0 when instruction has no operand.

Definition at line 306 of file ppc.h.

◆ operands

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().

◆ update_cr0

bool cs_ppc::update_cr0

if update_cr0 = True, then this 'dot' insn updates CR0

Definition at line 302 of file ppc.h.


The documentation for this struct was generated from the following file: