ArmShiftType

ARM shift type

Values

ValueMeaning
invalid0

Invalid

asr

Arithmetic shift right (with immediate const)

lsl

Logical shift left (with immediate const)

lsr

Logical shift right (with immediate const)

ror

Rotate right (with immediate const)

rrx

Rotate right with extend (with immediate const)

asr_reg

Arithmetic shift right (with register)

lsl_reg

Logical shift left (with register)

lsr_reg

Logical shift right (with register)

ror_reg

Rotate right (with register)

rrx_reg

Rotate right with extend (with register)

Meta