Rizin
unix-like reverse engineering framework and cli tools
|
#include <systemz.h>
Public Attributes | |
sysz_cc | cc |
uint8_t | op_count |
cs_sysz_op | operands [6] |
operands for this instruction. More... | |
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().
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().
cs_sysz_op cs_sysz::operands[6] |
operands for this instruction.
Definition at line 116 of file systemz.h.
Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), capstone.CsInsn::op_find(), print_insn_detail(), and print_insn_detail_sysz().