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

#include <tms320c64x.h>

Public Attributes

tms320c64x_op_type type
 operand type More...
 
union {
   unsigned int   reg
 register value for REG operand or first register for REGPAIR operand More...
 
   int32_t   imm
 immediate value for IMM operand More...
 
   tms320c64x_op_mem   mem
 base/disp value for MEM operand More...
 
}; 
 

Detailed Description

Definition at line 55 of file tms320c64x.h.

Member Data Documentation

◆ 

union { ... }

◆ imm

int32_t cs_tms320c64x_op::imm

immediate value for IMM operand

Definition at line 59 of file tms320c64x.h.

◆ mem

tms320c64x_op_mem cs_tms320c64x_op::mem

base/disp value for MEM operand

Definition at line 60 of file tms320c64x.h.

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

◆ reg

unsigned int cs_tms320c64x_op::reg

register value for REG operand or first register for REGPAIR operand

Definition at line 58 of file tms320c64x.h.

◆ type


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