ArmOp

Instruction's operand

Constructors

this
this(cs_arm_op internal)
Undocumented in source.

Alias This

value

Members

Variables

shift
ArmShift shift;

Potential shifting of operand

subtracted
bool subtracted;

In some instructions, an operand can be subtracted or added to the base register.

type
ArmOpType type;

Operand type

value
ArmOpValue value;

Operand value of type type

vectorIndex
int vectorIndex;

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

Meta