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

Instruction operand. More...

#include <sparc.h>

Public Attributes

sparc_op_type type
 operand type More...
 
union {
   sparc_reg   reg
 register value for REG operand More...
 
   int64_t   imm
 immediate value for IMM operand More...
 
   sparc_op_mem   mem
 base/disp value for MEM operand More...
 
}; 
 

Detailed Description

Instruction operand.

Definition at line 189 of file sparc.h.

Member Data Documentation

◆ 

union { ... }

◆ imm

int64_t cs_sparc_op::imm

immediate value for IMM operand

Definition at line 193 of file sparc.h.

◆ mem

sparc_op_mem cs_sparc_op::mem

base/disp value for MEM operand

Definition at line 194 of file sparc.h.

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

◆ reg

sparc_reg cs_sparc_op::reg

register value for REG operand

Definition at line 192 of file sparc.h.

◆ type


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