arm64_op_type

Operand type for instruction's operands

Values

ValueMeaning
ARM64_OP_INVALID0

< = CS_OP_INVALID (Uninitialized).

ARM64_OP_REG1

< = CS_OP_REG (Register operand).

ARM64_OP_IMM2

< = CS_OP_IMM (Immediate operand).

ARM64_OP_MEM3

< = CS_OP_MEM (Memory operand).

ARM64_OP_FP4

< = CS_OP_FP (Floating-Point operand).

ARM64_OP_CIMM64

< C-Immediate

ARM64_OP_REG_MRS65

< MRS register operand.

ARM64_OP_REG_MSR66

< MSR register operand.

ARM64_OP_PSTATE67

< PState operand.

ARM64_OP_SYS68

< SYS operand for IC/DC/AT/TLBI instructions.

ARM64_OP_PREFETCH69

< Prefetch operand (PRFM).

ARM64_OP_BARRIER70

< Memory barrier operand (ISB/DMB/DSB instructions).

Meta