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

#include <systemz.h>

Public Attributes

sysz_cc cc
 
uint8_t op_count
 
cs_sysz_op operands [6]
 operands for this instruction. More...
 

Detailed Description

Definition at line 111 of file systemz.h.

Member Data Documentation

◆ cc

sysz_cc cs_sysz::cc

Code condition

Definition at line 112 of file systemz.h.

Referenced by capstone.CsInsn::__gen_detail(), print_insn_detail(), and print_insn_detail_sysz().

◆ op_count

uint8_t cs_sysz::op_count

Number of operands of this instruction, or 0 when instruction has no operand.

Definition at line 115 of file systemz.h.

Referenced by print_insn_detail(), and print_insn_detail_sysz().

◆ operands

cs_sysz_op cs_sysz::operands[6]

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