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

Instruction operand. More...

#include <mips.h>

Public Attributes

mips_op_type type
 operand type More...
 
union {
   mips_reg   reg
 register id for REG operand More...
 
   int64_t   imm
 immediate value for IMM operand More...
 
   mips_op_mem   mem
 base/index/scale/disp value for MEM operand More...
 
}; 
 

Detailed Description

Instruction operand.

Definition at line 240 of file mips.h.

Member Data Documentation

◆ 

union { ... }

◆ imm

int64_t cs_mips_op::imm

immediate value for IMM operand

Definition at line 244 of file mips.h.

◆ mem

mips_op_mem cs_mips_op::mem

base/index/scale/disp value for MEM operand

Definition at line 245 of file mips.h.

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

◆ reg

mips_reg cs_mips_op::reg

register id for REG operand

Definition at line 243 of file mips.h.

◆ type


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