Searched refs:SHIFTED_LSL (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-aarch64.c | 3185 SHIFTED_LSL, /* bare "lsl #n" */ enumerator 3255 case SHIFTED_LSL: in parse_shift() 3393 if (! parse_shift (&p, operand, SHIFTED_LSL)) in parse_shifter_operand_imm() 6626 po_misc_or_fail (parse_shift (&str, info, SHIFTED_LSL)); in parse_operands() 6852 po_misc_or_fail (parse_shift (&str, info, SHIFTED_LSL)); in parse_operands()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-aarch64.c | 3467 SHIFTED_LSL, /* bare "lsl #n" */ enumerator 3537 case SHIFTED_LSL: in parse_shift() 3674 if (! parse_shift (&p, operand, SHIFTED_LSL)) in parse_shifter_operand_imm() 6916 po_misc_or_fail (parse_shift (&str, info, SHIFTED_LSL)); in parse_operands() 7141 po_misc_or_fail (parse_shift (&str, info, SHIFTED_LSL)); in parse_operands()
|