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

#include <ppc.h>

Public Attributes

ppc_reg base
 base register More...
 
int32_t disp
 displacement/offset value More...
 

Detailed Description

Instruction's operand referring to memory This is associated with PPC_OP_MEM operand type above

Definition at line 271 of file ppc.h.

Member Data Documentation

◆ base

ppc_reg ppc_op_mem::base

base register

Definition at line 272 of file ppc.h.

◆ disp

int32_t ppc_op_mem::disp

displacement/offset value

Definition at line 273 of file ppc.h.

Referenced by capstone.CsInsn::__gen_detail(), and set_src_dst().


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