OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Apr 24 00:22:58 UTC 2026