Searched refs:HOST_WIDE_INT_PRINT (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | hwint.h | 103 # define HOST_WIDE_INT_PRINT HOST_LONG_FORMAT macro 106 # define HOST_WIDE_INT_PRINT HOST_LONG_LONG_FORMAT macro
|
| D | read-rtl.cc | 1759 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()
|
| D | tree-dump.cc | 161 fprintf (di->stream, "%-4s: %-8" HOST_WIDE_INT_PRINT "x ", field, in dump_pointer()
|
| D | final.cc | 4005 memcpy (q, HOST_WIDE_INT_PRINT, strlen (HOST_WIDE_INT_PRINT)); in asm_fprintf() 4006 q += strlen (HOST_WIDE_INT_PRINT); in asm_fprintf()
|
| D | pretty-print.cc | 1350 pp_scalar (pp, "%" HOST_WIDE_INT_PRINT "o", in pp_format()
|
| D | ipa-sra.cc | 2097 fprintf (f, " %4" HOST_WIDE_INT_PRINT "d", bb_dereferences[idx]); in dump_dereferences_table()
|
| D | ChangeLog-2003 | 4261 * 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.
|
| D | ChangeLog-2006 | 6570 HOST_WIDE_INT_PRINT to print high and low parts. Use
|
| D | ChangeLog-2012 | 1355 * tree-dump.c (dump_pointer): Print pointer via HOST_WIDE_INT_PRINT.
|
| D | ChangeLog-2005 | 8251 * hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
|
| D | ChangeLog-2011 | 14059 HOST_WIDE_INT for isa. Use HOST_WIDE_INT_PRINT to print isa.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-options.cc | 479 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/ |
| D | rx.cc | 483 ? "0%" HOST_WIDE_INT_PRINT "xH" : HOST_WIDE_INT_PRINT_HEX, in rx_print_integer()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.cc | 2204 #define DEBUG_FMT_WX DEBUG_FMT_ID "%#.12" HOST_WIDE_INT_PRINT "x: "
|