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

#include <hexagon.h>

Public Attributes

ut8 type
 
union {
   ut8   reg
 
   st64   imm
 
op
 
HexOpAttr attr
 
ut8 shift
 

Detailed Description

Definition at line 85 of file hexagon.h.

Member Data Documentation

◆ attr

HexOpAttr HexOp::attr

Definition at line 91 of file hexagon.h.

◆ imm

st64 HexOp::imm

Definition at line 89 of file hexagon.h.

◆ 

union { ... } HexOp::op

◆ reg

ut8 HexOp::reg

Definition at line 88 of file hexagon.h.

◆ shift

ut8 HexOp::shift

Definition at line 92 of file hexagon.h.

◆ type


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