Capstone Documentation Beta

Enumeration Arm​Instruction.​Operand.​Shift.​Direction

public enum Direction

Shift direction

%3 ArmInstruction.Operand.Shift.Direction ArmInstruction.Operand.Shift.Direction UInt8 UInt8 ArmInstruction.Operand.Shift.Direction->UInt8

Member Of

ArmInstruction.Operand.Shift

Instruction operand shift.

Conforms To

UInt8

Enumeration Cases

asr

case asr

Arithmetic Shift Right.

lsl

case lsl

Logical Shift Left.

lsr

case lsr

Logical Shift Right.

ror

case ror

ROtate Right.

rrx

case rrx

Rotate Right with eXtend.