Rizin
unix-like reverse engineering framework and cli tools
|
Instruction structure. More...
#include <arm64.h>
Public Attributes | |
arm64_cc | cc |
conditional code for this insn More... | |
bool | update_flags |
does this insn update flags? More... | |
bool | writeback |
does this insn request writeback? 'True' means 'yes' More... | |
uint8_t | op_count |
cs_arm64_op | operands [8] |
operands for this instruction. More... | |
arm64_cc cs_arm64::cc |
conditional code for this insn
Definition at line 659 of file arm64.h.
Referenced by capstone.CsInsn::__gen_detail().
uint8_t cs_arm64::op_count |
cs_arm64_op cs_arm64::operands[8] |
operands for this instruction.
Definition at line 667 of file arm64.h.
Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), and capstone.CsInsn::op_find().
bool cs_arm64::update_flags |
does this insn update flags?
Definition at line 660 of file arm64.h.
Referenced by capstone.CsInsn::__gen_detail().
bool cs_arm64::writeback |
does this insn request writeback? 'True' means 'yes'
Definition at line 661 of file arm64.h.
Referenced by capstone.CsInsn::__gen_detail().