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

Instruction operand. More...

#include <xcore.h>

Public Attributes

xcore_op_type type
 operand type More...
 
union {
   xcore_reg   reg
 register value for REG operand More...
 
   int32_t   imm
 immediate value for IMM operand More...
 
   xcore_op_mem   mem
 base/disp value for MEM operand More...
 
}; 
 

Detailed Description

Instruction operand.

Definition at line 75 of file xcore.h.

Member Data Documentation

◆ 

union { ... }

◆ imm

int32_t cs_xcore_op::imm

immediate value for IMM operand

Definition at line 79 of file xcore.h.

◆ mem

xcore_op_mem cs_xcore_op::mem

base/disp value for MEM operand

Definition at line 80 of file xcore.h.

Referenced by capstone.m68k.M68KOp::mem().

◆ reg

xcore_reg cs_xcore_op::reg

register value for REG operand

Definition at line 78 of file xcore.h.

◆ type


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