Searched refs:SHIFT_LSL (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c4221 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX
4284 if (shift != SHIFT_LSL && shift != SHIFT_ASR)
4292 if (shift != SHIFT_LSL)
8235 || (value == 32 && (shift == SHIFT_LSL
8240 shift = SHIFT_LSL;
8276 constraint (inst.operands[i].shifted && inst.operands[i].shift_kind != SHIFT_LSL,
9627 case SHIFT_LSL:
9677 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break;
10206 case T_MNEM_lsls: shift_kind = SHIFT_LSL; break;
10257 case SHIFT_LSL
4218 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX enumerator in enum:shift_kind
[all...]

Completed in 121 milliseconds