Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c2961 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX enumerator
3024 if (shift != SHIFT_LSL && shift != SHIFT_ASR) in parse_shift()
3032 if (shift != SHIFT_LSL) in parse_shift()
5595 || (value == 32 && (shift == SHIFT_LSL in encode_thumb32_shifted_operand()
5600 shift = SHIFT_LSL; in encode_thumb32_shifted_operand()
5636 constraint (inst.operands[i].shifted && inst.operands[i].shift_kind != SHIFT_LSL, in encode_thumb32_addr_mode()
7013 case T_MNEM_lsls: inst.operands[1].shift_kind = SHIFT_LSL; break; in do_t_shift()
7895 { "asl", SHIFT_LSL }, { "ASL", SHIFT_LSL },
7896 { "lsl", SHIFT_LSL }, { "LSL", SHIFT_LSL },