Home
last modified time | relevance | path

Searched refs:DEBUG_FMT_S (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc2205 #define DEBUG_FMT_S DEBUG_FMT_ID "%s\n" macro
2391 fprintf (stderr, DEBUG_FMT_S, "cpu", "<none>"); in rs6000_debug_reg_global()
2403 fprintf (stderr, DEBUG_FMT_S, "tune", "<none>"); in rs6000_debug_reg_global()
2417 fprintf (stderr, DEBUG_FMT_S, "--with-cpu default", in rs6000_debug_reg_global()
2448 fprintf (stderr, DEBUG_FMT_S, "sched_costly_dep", costly_str); in rs6000_debug_reg_global()
2470 fprintf (stderr, DEBUG_FMT_S, "sched_insert_nops", nop_str); in rs6000_debug_reg_global()
2479 fprintf (stderr, DEBUG_FMT_S, "sdata", "data"); in rs6000_debug_reg_global()
2483 fprintf (stderr, DEBUG_FMT_S, "sdata", "sysv"); in rs6000_debug_reg_global()
2487 fprintf (stderr, DEBUG_FMT_S, "sdata", "eabi"); in rs6000_debug_reg_global()
2501 fprintf (stderr, DEBUG_FMT_S, "traceback", trace_str); in rs6000_debug_reg_global()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c2194 #define DEBUG_FMT_S DEBUG_FMT_ID "%s\n" macro
2382 fprintf (stderr, DEBUG_FMT_S, "cpu", "<none>"); in rs6000_debug_reg_global()
2394 fprintf (stderr, DEBUG_FMT_S, "tune", "<none>"); in rs6000_debug_reg_global()
2408 fprintf (stderr, DEBUG_FMT_S, "--with-cpu default", in rs6000_debug_reg_global()
2439 fprintf (stderr, DEBUG_FMT_S, "sched_costly_dep", costly_str); in rs6000_debug_reg_global()
2461 fprintf (stderr, DEBUG_FMT_S, "sched_insert_nops", nop_str); in rs6000_debug_reg_global()
2470 fprintf (stderr, DEBUG_FMT_S, "sdata", "data"); in rs6000_debug_reg_global()
2474 fprintf (stderr, DEBUG_FMT_S, "sdata", "sysv"); in rs6000_debug_reg_global()
2478 fprintf (stderr, DEBUG_FMT_S, "sdata", "eabi"); in rs6000_debug_reg_global()
2492 fprintf (stderr, DEBUG_FMT_S, "traceback", trace_str); in rs6000_debug_reg_global()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20128456 (DEBUG_FMT_S): Likewise.