Searched refs:TCG_PRIlx (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | translate-all.c | 494 "0x%08" PRIxPTR ": .quad 0x%016" TCG_PRIlx "\n", in tb_gen_code() 498 "0x%08" PRIxPTR ": .long 0x%08" TCG_PRIlx "\n", in tb_gen_code()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 48 #define TCG_PRIlx PRIx32 macro 53 #define TCG_PRIlx PRIx64 macro
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 2653 col += ne_fprintf(f, ",$0x%" TCG_PRIlx, op->args[k++]); in tcg_dump_ops() 2708 col += ne_fprintf(f, ",$0x%" TCG_PRIlx, flags); in tcg_dump_ops() 2725 col += ne_fprintf(f, "$0x%" TCG_PRIlx, from); in tcg_dump_ops() 2828 col += ne_fprintf(f, "%s$0x%" TCG_PRIlx, k ? "," : "", in tcg_dump_ops()
|
H A D | tci.c | 1125 info->fprintf_func(info->stream, "%-12s %s, 0x%" TCG_PRIlx, in print_insn_tci()
|