Struct capstone_sys::cs_arm [−][src]
#[repr(C)]pub struct cs_arm { pub usermode: bool, pub vector_size: c_int, pub vector_data: arm_vectordata_type, pub cps_mode: arm_cpsmode_type, pub cps_flag: arm_cpsflag_type, pub cc: arm_cc, pub update_flags: bool, pub writeback: bool, pub mem_barrier: arm_mem_barrier, pub op_count: u8, pub operands: [cs_arm_op; 36], }
Expand description
Instruction structure
Fields
usermode: bool
< User-mode registers to be loaded (for LDM/STM instructions)
vector_size: c_int
< Scalar size for vector instructions
vector_data: arm_vectordata_type
< Data type for elements of vector instructions
cps_mode: arm_cpsmode_type
< CPS mode for CPS instruction
cps_flag: arm_cpsflag_type
< CPS mode for CPS instruction
cc: arm_cc
< conditional code for this insn
update_flags: bool
< does this insn update flags?
writeback: bool
< does this insn write-back?
mem_barrier: arm_mem_barrier
< Option for some memory barrier instructions
op_count: u8
Number of operands of this instruction, or 0 when instruction has no operand.
operands: [cs_arm_op; 36]
< operands for this instruction.