Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc2012 rs6000_debug_reg_print (int first_regno, int last_regno, const char *reg_name) in rs6000_debug_reg_print() function
2289 rs6000_debug_reg_print (FIRST_GPR_REGNO, LAST_GPR_REGNO, "gr"); in rs6000_debug_reg_global()
2290 rs6000_debug_reg_print (FIRST_FPR_REGNO, LAST_FPR_REGNO, "fp"); in rs6000_debug_reg_global()
2291 rs6000_debug_reg_print (FIRST_ALTIVEC_REGNO, in rs6000_debug_reg_global()
2294 rs6000_debug_reg_print (LR_REGNO, LR_REGNO, "lr"); in rs6000_debug_reg_global()
2295 rs6000_debug_reg_print (CTR_REGNO, CTR_REGNO, "ctr"); in rs6000_debug_reg_global()
2296 rs6000_debug_reg_print (CR0_REGNO, CR7_REGNO, "cr"); in rs6000_debug_reg_global()
2297 rs6000_debug_reg_print (CA_REGNO, CA_REGNO, "ca"); in rs6000_debug_reg_global()
2298 rs6000_debug_reg_print (VRSAVE_REGNO, VRSAVE_REGNO, "vrsave"); in rs6000_debug_reg_global()
2299 rs6000_debug_reg_print (VSCR_REGNO, VSCR_REGNO, "vscr"); in rs6000_debug_reg_global()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200918110 (rs6000_debug_reg_print): New function for -mdebug=reg support.
DChangeLog-201914793 * config/rs6000/rs6000.c (rs6000_debug_reg_print): Likewise.
DChangeLog-201329910 (rs6000_debug_reg_print): Print the base register class if -mdebug=reg.