Searched refs:SHIFT_LSL (Results 1 – 1 of 1) sorted by relevance
5059 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX enumerator5123 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()[all …]