Home
last modified time | relevance | path

Searched refs:TCG_PRIlx (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c494 "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 Dtcg.h48 #define TCG_PRIlx PRIx32 macro
53 #define TCG_PRIlx PRIx64 macro
/openbmc/qemu/tcg/
H A Dtcg.c2653 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 Dtci.c1125 info->fprintf_func(info->stream, "%-12s %s, 0x%" TCG_PRIlx, in print_insn_tci()