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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 1878 REGLIST_RN,
1897 gas_assert (etype == REGLIST_RN || etype == REGLIST_CLRM
1920 if (etype == REGLIST_RN || etype == REGLIST_CLRM)
1953 else /* etype == REGLIST_RN. */
1957 first_error (_(reg_expected_msgs[REGLIST_RN]));
2003 else if (etype == REGLIST_RN)
7808 val = parse_reg_list (&str, REGLIST_RN);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 1877 REGLIST_RN,
1896 gas_assert (etype == REGLIST_RN || etype == REGLIST_CLRM
1919 if (etype == REGLIST_RN || etype == REGLIST_CLRM)
1952 else /* etype == REGLIST_RN. */
1956 first_error (_(reg_expected_msgs[REGLIST_RN]));
2002 else if (etype == REGLIST_RN)
7811 val = parse_reg_list (&str, REGLIST_RN);

Completed in 66 milliseconds