Public Attributes | List of all members
cs_xcore_op Struct Reference

Instruction operand. More...

#include <xcore.h>

Public Attributes

union {
   int32_t   imm
 immediate value for IMM operand More...
 
   xcore_op_mem   mem
 base/disp value for MEM operand More...
 
   xcore_reg   reg
 register value for REG operand More...
 
}; 
 
xcore_op_type type
 operand type More...
 

Detailed Description

Instruction operand.

Definition at line 75 of file xcore.h.

Member Data Documentation

◆ @176

union { ... }

◆ imm

int32_t cs_xcore_op::imm

immediate value for IMM operand

Definition at line 79 of file xcore.h.

◆ mem

xcore_op_mem cs_xcore_op::mem

base/disp value for MEM operand

Definition at line 80 of file xcore.h.

◆ reg

xcore_reg cs_xcore_op::reg

register value for REG operand

Definition at line 78 of file xcore.h.

◆ type

xcore_op_type cs_xcore_op::type

operand type

Definition at line 76 of file xcore.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:42