Enumeration
    ArmSft
public enum ArmSft
ARM shift type
Relationships
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
        asrReg
    
    case asrReg
shift with register
        lslReg
    
    case lslReg
shift with register
        lsrReg
    
    case lsrReg
shift with register
        rorReg
    
    case rorReg
shift with register
        rrxReg
    
    case rrxReg
shift with register