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

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf-attr.c 93 #define skip_past_comma(str) skip_past_char (str, ',') macro
736 if (! skip_past_comma (&input_line_pointer))
obj-elf-attr.c 93 #define skip_past_comma(str) skip_past_char (str, ',') macro
736 if (! skip_past_comma (&input_line_pointer))
tc-aarch64.c 658 #define skip_past_comma(str) skip_past_char (str, ',')
1507 while (skip_past_comma (&str) || (in_range = 1, *str == '-'));
3787 if (mode == SHIFTED_ARITH_IMM && skip_past_comma (&p))
3792 if (mode == SHIFTED_LOGIC_IMM && skip_past_comma (&p)
3845 if (! skip_past_comma (str))
3883 if (!skip_past_comma (str))
4000 if (!skip_past_comma (str))
4186 if (skip_past_comma (&p))
4204 if (skip_past_comma (&p))
4291 if (imm_shift_mode != SHIFTED_NONE && skip_past_comma (&p)
656 #define skip_past_comma macro
    [all...]
tc-aarch64.c 658 #define skip_past_comma(str) skip_past_char (str, ',')
1507 while (skip_past_comma (&str) || (in_range = 1, *str == '-'));
3787 if (mode == SHIFTED_ARITH_IMM && skip_past_comma (&p))
3792 if (mode == SHIFTED_LOGIC_IMM && skip_past_comma (&p)
3845 if (! skip_past_comma (str))
3883 if (!skip_past_comma (str))
4000 if (!skip_past_comma (str))
4186 if (skip_past_comma (&p))
4204 if (skip_past_comma (&p))
4291 if (imm_shift_mode != SHIFTED_NONE && skip_past_comma (&p)
656 #define skip_past_comma macro
    [all...]
tc-arm.c 1107 #define skip_past_comma(str) skip_past_char (str, ',') macro
1993 while (skip_past_comma (&str) != FAIL
2255 while (skip_past_comma (&str) != FAIL);
2454 while ((count != 1 || leading_brace) && skip_past_comma (&ptr) != FAIL);
4363 else if (skip_past_comma(str_p) == FAIL)
4541 while (skip_past_comma (&input_line_pointer) != FAIL);
4675 while (skip_past_comma (&input_line_pointer) != FAIL);
4783 if (skip_past_comma (&input_line_pointer) != FAIL)
4868 if (skip_past_comma (&input_line_pointer) == FAIL)
4881 if (skip_past_comma (&input_line_pointer) != FAIL
    [all...]
tc-arm.c 1107 #define skip_past_comma(str) skip_past_char (str, ',') macro
1993 while (skip_past_comma (&str) != FAIL
2255 while (skip_past_comma (&str) != FAIL);
2454 while ((count != 1 || leading_brace) && skip_past_comma (&ptr) != FAIL);
4363 else if (skip_past_comma(str_p) == FAIL)
4541 while (skip_past_comma (&input_line_pointer) != FAIL);
4675 while (skip_past_comma (&input_line_pointer) != FAIL);
4783 if (skip_past_comma (&input_line_pointer) != FAIL)
4868 if (skip_past_comma (&input_line_pointer) == FAIL)
4881 if (skip_past_comma (&input_line_pointer) != FAIL
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 2066 #define skip_past_comma(str) skip_past_char (str, ',') macro
2176 if (skip_past_comma (&input_line_pointer) == -1)
2190 && skip_past_comma (&input_line_pointer) == -1)
obj-elf.c 2066 #define skip_past_comma(str) skip_past_char (str, ',') macro
2176 if (skip_past_comma (&input_line_pointer) == -1)
2190 && skip_past_comma (&input_line_pointer) == -1)
tc-aarch64.c 653 #define skip_past_comma(str) skip_past_char (str, ',')
1506 while (skip_past_comma (&str) || (in_range = 1, *str == '-'));
3770 if (mode == SHIFTED_ARITH_IMM && skip_past_comma (&p))
3775 if (mode == SHIFTED_LOGIC_IMM && skip_past_comma (&p)
3828 if (! skip_past_comma (str))
3866 if (!skip_past_comma (str))
3983 if (!skip_past_comma (str))
4169 if (skip_past_comma (&p))
4187 if (skip_past_comma (&p))
4274 if (imm_shift_mode != SHIFTED_NONE && skip_past_comma (&p)
651 #define skip_past_comma macro
    [all...]
tc-aarch64.c 653 #define skip_past_comma(str) skip_past_char (str, ',')
1506 while (skip_past_comma (&str) || (in_range = 1, *str == '-'));
3770 if (mode == SHIFTED_ARITH_IMM && skip_past_comma (&p))
3775 if (mode == SHIFTED_LOGIC_IMM && skip_past_comma (&p)
3828 if (! skip_past_comma (str))
3866 if (!skip_past_comma (str))
3983 if (!skip_past_comma (str))
4169 if (skip_past_comma (&p))
4187 if (skip_past_comma (&p))
4274 if (imm_shift_mode != SHIFTED_NONE && skip_past_comma (&p)
651 #define skip_past_comma macro
    [all...]
tc-arm.c 1111 #define skip_past_comma(str) skip_past_char (str, ',') macro
1992 while (skip_past_comma (&str) != FAIL
2254 while (skip_past_comma (&str) != FAIL);
2453 while ((count != 1 || leading_brace) && skip_past_comma (&ptr) != FAIL);
4362 else if (skip_past_comma(str_p) == FAIL)
4540 while (skip_past_comma (&input_line_pointer) != FAIL);
4674 while (skip_past_comma (&input_line_pointer) != FAIL);
4782 if (skip_past_comma (&input_line_pointer) != FAIL)
4867 if (skip_past_comma (&input_line_pointer) == FAIL)
4880 if (skip_past_comma (&input_line_pointer) != FAIL
    [all...]
tc-arm.c 1111 #define skip_past_comma(str) skip_past_char (str, ',') macro
1992 while (skip_past_comma (&str) != FAIL
2254 while (skip_past_comma (&str) != FAIL);
2453 while ((count != 1 || leading_brace) && skip_past_comma (&ptr) != FAIL);
4362 else if (skip_past_comma(str_p) == FAIL)
4540 while (skip_past_comma (&input_line_pointer) != FAIL);
4674 while (skip_past_comma (&input_line_pointer) != FAIL);
4782 if (skip_past_comma (&input_line_pointer) != FAIL)
4867 if (skip_past_comma (&input_line_pointer) == FAIL)
4880 if (skip_past_comma (&input_line_pointer) != FAIL
    [all...]

Completed in 93 milliseconds