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

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...
 

Detailed Description

Instruction structure.

Definition at line 658 of file arm64.h.

Member Data Documentation

◆ cc

arm64_cc cs_arm64::cc

conditional code for this insn

Definition at line 659 of file arm64.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ op_count

uint8_t cs_arm64::op_count

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

Definition at line 665 of file arm64.h.

◆ operands

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().

◆ update_flags

bool cs_arm64::update_flags

does this insn update flags?

Definition at line 660 of file arm64.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ writeback

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().


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