Arm64Op

Instruction operand

Alias This

value

Members

Variables

access
AccessFlags access;

How is this operand accessed? (READ, WRITE or READ|WRITE)

ext
Arm64Extender ext;

Extender type of this operand

shift
Arm64Shift shift;

Potential shifting of operand

type
Arm64OpType type;

Operand type

value
SafeUnion!Arm64OperandValue value;

Operand value of type type

vas
Arm64Vas vas;

Vector arrangement specifier

vectorIndex
int vectorIndex;

Vector index for some vector operands (or -1 if irrelevant)

vess
Arm64Vess vess;

Vector element size specifier

Meta