HomeSort by: relevance | last modified time | path
    Searched defs:parse_shifter_operand (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 3818 parse_shifter_operand (char **str, aarch64_opnd_info *operand,
3911 parse_shifter_operand. */
3960 return parse_shifter_operand (str, operand, mode);
6844 po_misc_or_fail (parse_shifter_operand
7447 po_misc_or_fail (parse_shifter_operand (&str, info,
7467 po_misc_or_fail (parse_shifter_operand (&str, info,
3815 parse_shifter_operand (char **str, aarch64_opnd_info *operand, function
tc-arm.c 5538 parse_shifter_operand (char **str, int i) function
5726 (as for parse_shifter_operand) where group relocations are allowed:
5737 Everything else is as for parse_shifter_operand. */
5744 If we don't, punt the whole lot to parse_shifter_operand. */
5775 return parse_shifter_operand (str, i) == SUCCESS
7897 po_misc_or_fail (parse_shifter_operand (&str, i));
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 3801 parse_shifter_operand (char **str, aarch64_opnd_info *operand,
3894 parse_shifter_operand. */
3943 return parse_shifter_operand (str, operand, mode);
6807 po_misc_or_fail (parse_shifter_operand
7390 po_misc_or_fail (parse_shifter_operand (&str, info,
7410 po_misc_or_fail (parse_shifter_operand (&str, info,
3798 parse_shifter_operand (char **str, aarch64_opnd_info *operand, function
tc-arm.c 5537 parse_shifter_operand (char **str, int i) function
5725 (as for parse_shifter_operand) where group relocations are allowed:
5736 Everything else is as for parse_shifter_operand. */
5743 If we don't, punt the whole lot to parse_shifter_operand. */
5774 return parse_shifter_operand (str, i) == SUCCESS
7900 po_misc_or_fail (parse_shifter_operand (&str, i));

Completed in 139 milliseconds