| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-metag.c | 2781 parse_shift (const char *line, metag_insn *insn, function 5758 [ENC_SHIFT] = parse_shift,
|
| tc-aarch64.c | 3572 /* Mode argument to parse_shift and parser_shifter_operand. */ 3590 parse_shift (char **str, aarch64_opnd_info *operand, enum parse_shift_mode mode) 3788 if (! parse_shift (&p, operand, SHIFTED_LSL)) 3793 && parse_shift (&p, operand, mode)) 3810 where <shift> is handled by parse_shift above, and the last two 3848 if (! parse_shift (str, operand, mode)) 3886 if (!parse_shift (str, operand, SHIFTED_LSL)) 3969 parse_shift. 4003 if (!parse_shift (str, operand, mode)) 4207 if (! parse_shift (&p, operand, SHIFTED_REG_OFFSET) 3587 parse_shift (char **str, aarch64_opnd_info *operand, enum parse_shift_mode mode) function [all...] |
| tc-arm.c | 5412 /* Third argument to parse_shift. */ 5434 parse_shift (char **str, int i, enum parse_shift_mode mode) function 5533 where <shift> is defined by parse_shift above, and <rotate> is a 5548 /* parse_shift will override this if appropriate */ 5556 return parse_shift (str, i, NO_SHIFT_RESTRICT); 5921 if (parse_shift (&p, i, SHIFT_UXTW_IMMEDIATE) == SUCCESS) 5936 if (parse_shift (&p, i, SHIFT_IMMEDIATE) == FAIL) 6106 if (parse_shift (&p, i, SHIFT_IMMEDIATE) == FAIL) 6624 if (parse_shift (&p, 0, SHIFT_LSL_IMMEDIATE) == FAIL) 7906 po_misc_or_fail (parse_shift (&str, i, SHIFT_LSL_IMMEDIATE)) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-metag.c | 2781 parse_shift (const char *line, metag_insn *insn, function 5758 [ENC_SHIFT] = parse_shift,
|
| tc-aarch64.c | 3555 /* Mode argument to parse_shift and parser_shifter_operand. */ 3573 parse_shift (char **str, aarch64_opnd_info *operand, enum parse_shift_mode mode) 3771 if (! parse_shift (&p, operand, SHIFTED_LSL)) 3776 && parse_shift (&p, operand, mode)) 3793 where <shift> is handled by parse_shift above, and the last two 3831 if (! parse_shift (str, operand, mode)) 3869 if (!parse_shift (str, operand, SHIFTED_LSL)) 3952 parse_shift. 3986 if (!parse_shift (str, operand, mode)) 4190 if (! parse_shift (&p, operand, SHIFTED_REG_OFFSET) 3570 parse_shift (char **str, aarch64_opnd_info *operand, enum parse_shift_mode mode) function [all...] |
| tc-arm.c | 5411 /* Third argument to parse_shift. */ 5433 parse_shift (char **str, int i, enum parse_shift_mode mode) function 5532 where <shift> is defined by parse_shift above, and <rotate> is a 5547 /* parse_shift will override this if appropriate */ 5555 return parse_shift (str, i, NO_SHIFT_RESTRICT); 5920 if (parse_shift (&p, i, SHIFT_UXTW_IMMEDIATE) == SUCCESS) 5935 if (parse_shift (&p, i, SHIFT_IMMEDIATE) == FAIL) 6105 if (parse_shift (&p, i, SHIFT_IMMEDIATE) == FAIL) 6627 if (parse_shift (&p, 0, SHIFT_LSL_IMMEDIATE) == FAIL) 7909 po_misc_or_fail (parse_shift (&str, i, SHIFT_LSL_IMMEDIATE)) [all...] |