Home
last modified time | relevance | path

Searched refs:HOST_WIDE_INT_PRINT (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhwint.h103 # define HOST_WIDE_INT_PRINT HOST_LONG_FORMAT macro
106 # define HOST_WIDE_INT_PRINT HOST_LONG_LONG_FORMAT macro
Dread-rtl.cc1759 sscanf (s + pos, "%16" HOST_WIDE_INT_PRINT "x", &wi); in read_rtx_code()
1761 sscanf (s + pos, "%8" HOST_WIDE_INT_PRINT "x", &wi); in read_rtx_code()
1768 sscanf (buf, "%" HOST_WIDE_INT_PRINT "x", &wi); in read_rtx_code()
Dtree-dump.cc161 fprintf (di->stream, "%-4s: %-8" HOST_WIDE_INT_PRINT "x ", field, in dump_pointer()
Dfinal.cc4005 memcpy (q, HOST_WIDE_INT_PRINT, strlen (HOST_WIDE_INT_PRINT)); in asm_fprintf()
4006 q += strlen (HOST_WIDE_INT_PRINT); in asm_fprintf()
Dpretty-print.cc1350 pp_scalar (pp, "%" HOST_WIDE_INT_PRINT "o", in pp_format()
Dipa-sra.cc2097 fprintf (f, " %4" HOST_WIDE_INT_PRINT "d", bb_dereferences[idx]); in dump_dereferences_table()
DChangeLog-20034261 * dwarf2out.c (output_cfi): Use HOST_WIDE_INT_PRINT.
17493 * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
17500 terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
17502 * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
DChangeLog-20066570 HOST_WIDE_INT_PRINT to print high and low parts. Use
DChangeLog-20121355 * tree-dump.c (dump_pointer): Print pointer via HOST_WIDE_INT_PRINT.
DChangeLog-20058251 * hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
DChangeLog-201114059 HOST_WIDE_INT for isa. Use HOST_WIDE_INT_PRINT to print isa.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-options.cc479 sprintf (isa2_other, "(other isa2: %#" HOST_WIDE_INT_PRINT "x)", isa2); in ix86_target_string()
495 sprintf (isa_other, "(other isa: %#" HOST_WIDE_INT_PRINT "x)", isa); in ix86_target_string()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.cc483 ? "0%" HOST_WIDE_INT_PRINT "xH" : HOST_WIDE_INT_PRINT_HEX, in rx_print_integer()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc2204 #define DEBUG_FMT_WX DEBUG_FMT_ID "%#.12" HOST_WIDE_INT_PRINT "x: "