Lines Matching full:parse_shift
2560 /* Mode argument to parse_shift and parser_shifter_operand. */
2575 parse_shift (char **str, aarch64_opnd_info *operand, enum parse_shift_mode mode)
2731 if (! parse_shift (&p, operand, SHIFTED_LSL))
2736 && parse_shift (&p, operand, mode))
2753 where <shift> is handled by parse_shift above, and the last two
2791 if (! parse_shift (str, operand, mode))
3015 if (! parse_shift (&p, operand, SHIFTED_REG_OFFSET))
3016 /* Use the diagnostics set in parse_shift, so not set new
4890 && ! parse_shift (&str, info, SHIFTED_LSL_MSL))
4985 po_misc_or_fail (parse_shift (&str, info, SHIFTED_LSL));