Searched refs:PRIi64 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/intl/ |
D | loadmsgcat.c | 175 #if !defined PRIi64 || PRI_MACROS_BROKEN 176 # undef PRIi64 177 # define PRIi64 (sizeof (long) == 8 ? "li" : "lli") macro 273 # define PRIiLEAST64 PRIi64 369 # define PRIiFAST64 PRIi64 574 return PRIi64;
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | aarch64-opc.c | 896 DEBUG_TRACE ("enter with 0x%" PRIx64 "(%" PRIi64 ")", value, value); in aarch64_wide_constant_p() 923 DEBUG_TRACE ("exit FALSE with 0x%" PRIx64 "(%" PRIi64 ")", value, value); in aarch64_wide_constant_p() 1067 DEBUG_TRACE ("enter with 0x%" PRIx64 "(%" PRIi64 "), is32: %d", value, in aarch64_logical_immediate_p() 2269 snprintf (tb, 8, "[%" PRIi64 "]", opnd->reglist.index); in print_register_list() 2492 snprintf (buf, size, "v%d.%s[%" PRIi64 "]", opnd->reglane.regno, in aarch64_print_operand() 2527 snprintf (buf, size, "#%" PRIi64, opnd->imm.value); in aarch64_print_operand() 2540 snprintf (buf, size, "#0x%-20" PRIx64 "\t// #%" PRIi64, in aarch64_print_operand()
|
D | ChangeLog | 89 (print_register_list): Use PRIi64 to print the index.
|