Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h31 #define TCG_PRIlx PRIx32 macro
36 #define TCG_PRIlx PRIx64 macro
Dtcg.c915 fprintf(outfile, ",$0x%" TCG_PRIlx, in tcg_dump_ops()
998 fprintf(outfile, ",$0x%" TCG_PRIlx, args[k++]); in tcg_dump_ops()
1009 fprintf(outfile, "$0x%" TCG_PRIlx, arg); in tcg_dump_ops()
1395 printf("$0x%" TCG_PRIlx, ts->val); in dump_regs()