Public Attributes | List of all members
cs_ppc_op Struct Reference

Instruction operand. More...

#include <ppc.h>

Public Attributes

union {
   ppc_op_crx   crx
 operand with condition register More...
 
   int64_t   imm
 immediate value for IMM operand More...
 
   ppc_op_mem   mem
 base/disp value for MEM operand More...
 
   ppc_reg   reg
 register value for REG operand More...
 
}; 
 
ppc_op_type type
 operand type More...
 

Detailed Description

Instruction operand.

Definition at line 283 of file ppc.h.

Member Data Documentation

◆ @162

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.

◆ mem

ppc_op_mem cs_ppc_op::mem

base/disp value for MEM operand

Definition at line 288 of file ppc.h.

◆ reg

ppc_reg cs_ppc_op::reg

register value for REG operand

Definition at line 286 of file ppc.h.

◆ type

ppc_op_type cs_ppc_op::type

operand type

Definition at line 284 of file ppc.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:42