Public Attributes | List of all members
cs_sysz_op Struct Reference

Instruction operand. More...

#include <systemz.h>

Public Attributes

union {
   int64_t   imm
 immediate value for IMM operand More...
 
   sysz_op_mem   mem
 base/disp value for MEM operand More...
 
   sysz_reg   reg
 register value for REG operand More...
 
}; 
 
sysz_op_type type
 operand type More...
 

Detailed Description

Instruction operand.

Definition at line 184 of file systemz.h.

Member Data Documentation

◆ @166

union { ... }

◆ imm

int64_t cs_sysz_op::imm

immediate value for IMM operand

Definition at line 188 of file systemz.h.

◆ mem

sysz_op_mem cs_sysz_op::mem

base/disp value for MEM operand

Definition at line 189 of file systemz.h.

◆ reg

sysz_reg cs_sysz_op::reg

register value for REG operand

Definition at line 187 of file systemz.h.

◆ type

sysz_op_type cs_sysz_op::type

operand type

Definition at line 185 of file systemz.h.


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


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