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

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

Detailed Description

Instruction operand.

Definition at line 283 of file ppc.h.

Member Data Documentation

◆ 

union { ... }

◆ crx

ppc_op_crx cs_ppc_op::crx

operand with condition register

Definition at line 289 of file ppc.h.

◆ imm

int64_t cs_ppc_op::imm

immediate value for IMM operand

Definition at line 287 of file ppc.h.

Referenced by set_src_dst().

◆ mem

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

◆ reg

ppc_reg cs_ppc_op::reg

register value for REG operand

Definition at line 286 of file ppc.h.

◆ type


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