Searched refs:PRIx64 (Results 1 - 12 of 12) sorted by relevance

/vbox/src/recompiler/
H A Dtargphys.h17 #define TARGET_FMT_plx "%016" PRIx64
H A Dcpu-defs.h64 #define TARGET_FMT_lx "%016" PRIx64
H A Dqemu-common.h134 #define PRIx64 "I64x" macro
H A Dexec.c3273 fprintf(stderr, "Bad ram offset %" PRIx64 "\n", (uint64_t)addr);
/vbox/include/iprt/nocrt/
H A Dinttypes.h37 #define PRIx64 "RX64" macro
/vbox/src/recompiler/target-i386/
H A Dhelper.c198 cpu_fprintf(f, "%-3s=%04x %016" PRIx64 " %08x %08x", name,
267 "RAX=%016" PRIx64 " RBX=%016" PRIx64 " RCX=%016" PRIx64 " RDX=%016" PRIx64 "\n"
268 "RSI=%016" PRIx64 " RDI=%016" PRIx64 " RBP=%016" PRIx64 " RSP=%016" PRIx64 "\n"
269 "R8 =%016" PRIx64 " R
[all...]
H A Dop_helper.c5456 printf("div: 0x%016" PRIx64 "%016" PRIx64 " / 0x%016" PRIx64 ": q=0x%016" PRIx64 " r=0x%016" PRIx64 "\n",
6601 qemu_log_mask(CPU_LOG_TB_IN_ASM, "vmload! " TARGET_FMT_lx "\nFS: %016" PRIx64 " | " TARGET_FMT_lx "\n",
6636 qemu_log_mask(CPU_LOG_TB_IN_ASM, "vmsave! " TARGET_FMT_lx "\nFS: %016" PRIx64 " | " TARGET_FMT_lx "\n",
6788 qemu_log_mask(CPU_LOG_TB_IN_ASM, "vmexit(%08x, %016" PRIx64 ", %016" PRIx64 ", " TARGET_FMT_lx ")!\n",
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dint_fmtio.h113 #define PRIx64 "lx" /* uint64_t */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dint_fmtio.h113 #define PRIx64 "lx" /* uint64_t */ macro
/vbox/src/recompiler/tcg/
H A Dtcg.h36 #define TCG_PRIlx PRIx64
H A Dtcg.c878 fprintf(outfile, " ---- 0x%" PRIx64, pc);
937 fprintf(outfile, "0x%" PRIx64 , (uint64_t)val);
/vbox/src/recompiler/tests/
H A Dtest-i386.c62 #define FMT64X "%016" PRIx64

Completed in 707 milliseconds