Home
last modified time | relevance | path

Searched refs:savres_routine_name (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-logue.cc2225 static char savres_routine_name[30]; variable
2319 sprintf (savres_routine_name, "*%sGPR%s%s%.0d ; %s r%d-r31", prefix, in rs6000_savres_routine_name()
2323 sprintf (savres_routine_name, "*%sFP%s%.0d ; %s f%d-f31", prefix, in rs6000_savres_routine_name()
2326 sprintf (savres_routine_name, "*%sVEC%s%.0d ; %s v%d-v31", prefix, in rs6000_savres_routine_name()
2332 sprintf (savres_routine_name, "%s%d%s", prefix, regno, suffix); in rs6000_savres_routine_name()
2334 return savres_routine_name; in rs6000_savres_routine_name()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201924658 savres_routine_syms, savres_routine_name, morestack_ref,
24696 savres_routine_syms, savres_routine_name, morestack_ref,
DChangeLog-20099369 (savres_routine_name): New variable.
DChangeLog-201728391 (savres_routine_name): Delete "info" parameter. Adjust callers.