Capstone Documentation Beta

Enumeration Arm​Sft

public enum ArmSft

ARM shift type

%3 ArmSft ArmSft UInt32 UInt32 ArmSft->UInt32

Conforms To

UInt32

Enumeration Cases

invalid

case invalid

asr

case asr

shift with immediate const

lsl

case lsl

shift with immediate const

lsr

case lsr

shift with immediate const

ror

case ror

shift with immediate const

rrx

case rrx

shift with immediate const

asr​Reg

case asrReg

shift with register

lsl​Reg

case lslReg

shift with register

lsr​Reg

case lsrReg

shift with register

ror​Reg

case rorReg

shift with register

rrx​Reg

case rrxReg

shift with register