Enumeration
Arm64Op
public enum Arm64Op
Operand type for instruction's operands
Relationships
Conforms To
UInt32
Enumeration Cases
invalid
case invalid
= CS_OP_INVALID (Uninitialized).
reg
case reg
= CS_OP_REG (Register operand).
imm
case imm
= CS_OP_IMM (Immediate operand).
mem
case mem
= CS_OP_MEM (Memory operand).
fp
case fp
= CS_OP_FP (Floating-Point operand).
cimm
case cimm
C-Immediate
regMrs
case regMrs
MRS register operand.
regMsr
case regMsr
MSR register operand.
pstate
case pstate
PState operand.
sys
case sys
SYS operand for IC/DC/AT/TLBI instructions.
prefetch
case prefetch
Prefetch operand (PRFM).
barrier
case barrier
Memory barrier operand (ISB/DMB/DSB instructions).