Home
last modified time | relevance | path

Searched refs:SHIFT_LSL (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c5560 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX, SHIFT_UXTW enumerator
5632 if (shift != SHIFT_LSL && shift != SHIFT_ASR) in parse_shift()
5640 if (shift != SHIFT_LSL) in parse_shift()
11398 || (value == 32 && (shift == SHIFT_LSL in encode_thumb32_shifted_operand()
11403 shift = SHIFT_LSL; in encode_thumb32_shifted_operand()
11440 constraint (inst.operands[i].shifted && inst.operands[i].shift_kind != SHIFT_LSL, in encode_thumb32_addr_mode()
11822 constraint (Rd == REG_SP && Rs == REG_SP && shift != SHIFT_LSL, in do_t_add_sub()
13192 case SHIFT_LSL: in do_t_mov_cmp()
13242 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break; in do_t_mov_cmp()
14009 case T_MNEM_lsls: shift_kind = SHIFT_LSL; break; in do_t_shift()
[all …]