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

Instruction operand. More...

#include <systemz.h>

Public Attributes

sysz_op_type type
 operand type More...
 
union {
   sysz_reg   reg
 register value for REG operand More...
 
   int64_t   imm
 immediate value for IMM operand More...
 
   sysz_op_mem   mem
 base/disp value for MEM operand More...
 
}; 
 

Detailed Description

Instruction operand.

Definition at line 101 of file systemz.h.

Member Data Documentation

◆ 

union { ... }

◆ imm

int64_t cs_sysz_op::imm

immediate value for IMM operand

Definition at line 105 of file systemz.h.

◆ mem

sysz_op_mem cs_sysz_op::mem

base/disp value for MEM operand

Definition at line 106 of file systemz.h.

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

◆ reg

sysz_reg cs_sysz_op::reg

register value for REG operand

Definition at line 104 of file systemz.h.

◆ type


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