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

  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.cc 272 n_dregs_to_save (bool is_inthandler, bool consecutive)
287 /* Like n_dregs_to_save, but compute number of PREGS to save. */
338 int ndregs = saveall ? 8 : n_dregs_to_save (is_inthandler, false);
340 int ndregs_consec = saveall ? 8 : n_dregs_to_save (is_inthandler, true);
448 int ndregs = saveall ? 8 : n_dregs_to_save (is_inthandler, false);
450 int ndregs_consec = saveall ? 8 : n_dregs_to_save (is_inthandler, true);
620 int ndregs = all ? 8 : n_dregs_to_save (is_inthandler, false);
270 n_dregs_to_save (bool is_inthandler, bool consecutive) function
  /src/external/gpl3/gcc.old/dist/gcc/config/bfin/
bfin.cc 272 n_dregs_to_save (bool is_inthandler, bool consecutive)
287 /* Like n_dregs_to_save, but compute number of PREGS to save. */
338 int ndregs = saveall ? 8 : n_dregs_to_save (is_inthandler, false);
340 int ndregs_consec = saveall ? 8 : n_dregs_to_save (is_inthandler, true);
448 int ndregs = saveall ? 8 : n_dregs_to_save (is_inthandler, false);
450 int ndregs_consec = saveall ? 8 : n_dregs_to_save (is_inthandler, true);
620 int ndregs = all ? 8 : n_dregs_to_save (is_inthandler, false);
270 n_dregs_to_save (bool is_inthandler, bool consecutive) function

Completed in 54 milliseconds