Home
last modified time | relevance | path

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

/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()
/qemu/include/tcg/
H A Dtcg.h48 #define TCG_PRIlx PRIx32 macro
53 #define TCG_PRIlx PRIx64 macro
/qemu/tcg/
H A Dtcg.c2654 col += ne_fprintf(f, ",$0x%" TCG_PRIlx, op->args[k++]); in tcg_dump_ops()
2709 col += ne_fprintf(f, ",$0x%" TCG_PRIlx, flags); in tcg_dump_ops()
2726 col += ne_fprintf(f, "$0x%" TCG_PRIlx, from); in tcg_dump_ops()
2829 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()