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

  /src/external/gpl3/gcc/dist/gcc/
lra.cc 700 get_static_insn_data (int icode, int nop, int ndup, int nalt)
708 lra_assert (nop >= 0 && ndup >= 0 && nalt >= 0);
716 data->n_alternatives = nalt;
831 int i, j, nop, nalt;
837 nalt = static_data->n_alternatives;
854 for (j = 0; j < nalt; j++)
1024 int nop, nalt;
1030 nalt = 1;
1040 = get_static_insn_data (-1, 0, 0, nalt);
1056 nalt += *p == ','
829 int i, j, nop, nalt; local
1022 int nop, nalt; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lra.cc 679 get_static_insn_data (int icode, int nop, int ndup, int nalt)
687 lra_assert (nop >= 0 && ndup >= 0 && nalt >= 0);
695 data->n_alternatives = nalt;
808 int i, j, nop, nalt;
814 nalt = static_data->n_alternatives;
831 for (j = 0; j < nalt; j++)
1000 int nop, nalt;
1006 nalt = 1;
1016 = get_static_insn_data (-1, 0, 0, nalt);
1032 nalt += *p == ','
806 int i, j, nop, nalt; local
998 int nop, nalt; local
    [all...]

Completed in 15 milliseconds