cs_arm64

Instruction structure

Members

Variables

cc
arm64_cc cc;

< conditional code for this insn

op_count
ubyte op_count;

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

operands
cs_arm64_op[8] operands;

< operands for this instruction.

update_flags
bool update_flags;

< does this insn update flags?

writeback
bool writeback;

< does this insn request writeback? 'True' means 'yes'

Meta