Public Attributes | List of all members
cs_arm64 Struct Reference

Instruction structure. More...

#include <arm64.h>

Public Attributes

arm64_cc cc
 conditional code for this insn More...
 
uint8_t op_count
 
cs_arm64_op operands [8]
 operands for this instruction. More...
 
bool update_flags
 does this insn update flags? More...
 
bool writeback
 does this insn request writeback? 'True' means 'yes' 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.

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

◆ update_flags

bool cs_arm64::update_flags

does this insn update flags?

Definition at line 660 of file arm64.h.

◆ writeback

bool cs_arm64::writeback

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

Definition at line 661 of file arm64.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:42