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

#include <tms320c64x.h>

Public Attributes

unsigned int base
 base register More...
 
unsigned int disp
 displacement/offset value More...
 
unsigned int unit
 unit of base and offset register More...
 
unsigned int scaled
 offset scaled More...
 
unsigned int disptype
 displacement type More...
 
unsigned int direction
 direction More...
 
unsigned int modify
 modification More...
 

Detailed Description

Definition at line 45 of file tms320c64x.h.

Member Data Documentation

◆ base

unsigned int tms320c64x_op_mem::base

base register

Definition at line 46 of file tms320c64x.h.

◆ direction

unsigned int tms320c64x_op_mem::direction

direction

Definition at line 51 of file tms320c64x.h.

◆ disp

unsigned int tms320c64x_op_mem::disp

displacement/offset value

Definition at line 47 of file tms320c64x.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ disptype

unsigned int tms320c64x_op_mem::disptype

displacement type

Definition at line 50 of file tms320c64x.h.

◆ modify

unsigned int tms320c64x_op_mem::modify

modification

Definition at line 52 of file tms320c64x.h.

◆ scaled

unsigned int tms320c64x_op_mem::scaled

offset scaled

Definition at line 49 of file tms320c64x.h.

◆ unit

unsigned int tms320c64x_op_mem::unit

unit of base and offset register

Definition at line 48 of file tms320c64x.h.


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