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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c5530 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX, SHIFT_UXTW enumerator in enum:shift_kind
5602 if (shift != SHIFT_LSL && shift != SHIFT_ASR)
5610 if (shift != SHIFT_LSL)
11374 || (value == 32 && (shift == SHIFT_LSL
11379 shift = SHIFT_LSL;
11416 constraint (inst.operands[i].shifted && inst.operands[i].shift_kind != SHIFT_LSL,
11798 constraint (Rd == REG_SP && Rs == REG_SP && shift != SHIFT_LSL,
13168 case SHIFT_LSL:
13218 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break;
13985 case T_MNEM_lsls: shift_kind = SHIFT_LSL; brea
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c5491 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX, SHIFT_UXTW enumerator in enum:shift_kind
5563 if (shift != SHIFT_LSL && shift != SHIFT_ASR)
5571 if (shift != SHIFT_LSL)
11320 || (value == 32 && (shift == SHIFT_LSL
11325 shift = SHIFT_LSL;
11362 constraint (inst.operands[i].shifted && inst.operands[i].shift_kind != SHIFT_LSL,
11738 constraint (Rd == REG_SP && Rs == REG_SP && shift != SHIFT_LSL,
13108 case SHIFT_LSL:
13158 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break;
13925 case T_MNEM_lsls: shift_kind = SHIFT_LSL; brea
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c5530 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX, SHIFT_UXTW enumerator in enum:shift_kind
5602 if (shift != SHIFT_LSL && shift != SHIFT_ASR)
5610 if (shift != SHIFT_LSL)
11374 || (value == 32 && (shift == SHIFT_LSL
11379 shift = SHIFT_LSL;
11416 constraint (inst.operands[i].shifted && inst.operands[i].shift_kind != SHIFT_LSL,
11798 constraint (Rd == REG_SP && Rs == REG_SP && shift != SHIFT_LSL,
13168 case SHIFT_LSL:
13218 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_I; break;
13985 case T_MNEM_lsls: shift_kind = SHIFT_LSL; brea
[all...]

Completed in 383 milliseconds