Lines Matching refs:SHIFT_LSL
5059 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX enumerator
5123 if (shift != SHIFT_LSL && shift != SHIFT_ASR) in parse_shift()
5131 if (shift != SHIFT_LSL) in parse_shift()
10227 || (value == 32 && (shift == SHIFT_LSL in encode_thumb32_shifted_operand()
10232 shift = SHIFT_LSL; in encode_thumb32_shifted_operand()
10269 constraint (inst.operands[i].shifted && inst.operands[i].shift_kind != SHIFT_LSL, in encode_thumb32_addr_mode()
10619 constraint (Rd == REG_SP && Rs == REG_SP && shift != SHIFT_LSL, in do_t_add_sub()
11915 case SHIFT_LSL: in do_t_mov_cmp()
11965 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break; in do_t_mov_cmp()
12709 case T_MNEM_lsls: shift_kind = SHIFT_LSL; break; in do_t_shift()
12768 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_R; break; in do_t_shift()
12786 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break; in do_t_shift()
18809 { "asl", SHIFT_LSL }, { "ASL", SHIFT_LSL },
18810 { "lsl", SHIFT_LSL }, { "LSL", SHIFT_LSL },