Searched refs:PRIx64 (Results 1 - 12 of 12) sorted by relevance
/vbox/src/recompiler/ |
H A D | targphys.h | 17 #define TARGET_FMT_plx "%016" PRIx64
|
H A D | cpu-defs.h | 64 #define TARGET_FMT_lx "%016" PRIx64
|
H A D | qemu-common.h | 134 #define PRIx64 "I64x" macro
|
H A D | exec.c | 3273 fprintf(stderr, "Bad ram offset %" PRIx64 "\n", (uint64_t)addr);
|
/vbox/include/iprt/nocrt/ |
H A D | inttypes.h | 37 #define PRIx64 "RX64" macro
|
/vbox/src/recompiler/target-i386/ |
H A D | helper.c | 198 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 D | op_helper.c | 5456 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 D | int_fmtio.h | 113 #define PRIx64 "lx" /* uint64_t */ macro
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/ |
H A D | int_fmtio.h | 113 #define PRIx64 "lx" /* uint64_t */ macro
|
/vbox/src/recompiler/tcg/ |
H A D | tcg.h | 36 #define TCG_PRIlx PRIx64
|
H A D | tcg.c | 878 fprintf(outfile, " ---- 0x%" PRIx64, pc); 937 fprintf(outfile, "0x%" PRIx64 , (uint64_t)val);
|
/vbox/src/recompiler/tests/ |
H A D | test-i386.c | 62 #define FMT64X "%016" PRIx64
|
Completed in 827 milliseconds