Public Attributes | List of all members
cs_sparc_op Struct Reference

Instruction operand. More...

#include <sparc.h>

Public Attributes

union {
   int64_t   imm
 immediate value for IMM operand More...
 
   sparc_op_mem   mem
 base/disp value for MEM operand More...
 
   sparc_reg   reg
 register value for REG operand More...
 
}; 
 
sparc_op_type type
 operand type More...
 

Detailed Description

Instruction operand.

Definition at line 189 of file sparc.h.

Member Data Documentation

◆ @164

union { ... }

◆ imm

int64_t cs_sparc_op::imm

immediate value for IMM operand

Definition at line 193 of file sparc.h.

◆ mem

sparc_op_mem cs_sparc_op::mem

base/disp value for MEM operand

Definition at line 194 of file sparc.h.

◆ reg

sparc_reg cs_sparc_op::reg

register value for REG operand

Definition at line 192 of file sparc.h.

◆ type

sparc_op_type cs_sparc_op::type

operand type

Definition at line 190 of file sparc.h.


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


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