Home | History | Annotate | Download | only in tcg

Lines Matching refs:outfile

785 void tcg_dump_ops(TCGContext *s, FILE *outfile)
808 fprintf(outfile, "\n");
809 fprintf(outfile, " ---- 0x%" PRIx64, pc);
823 fprintf(outfile, " %s ", def->name);
826 fprintf(outfile, "%s",
829 fprintf(outfile, ",$0x%" TCG_PRIlx,
832 fprintf(outfile, ",$%d", nb_oargs);
834 fprintf(outfile, ",");
835 fprintf(outfile, "%s",
839 fprintf(outfile, ",");
841 fprintf(outfile, "<dummy>");
843 fprintf(outfile, "%s",
858 fprintf(outfile, " %s %s,$", def->name,
863 fprintf(outfile, "%s", th->name);
866 fprintf(outfile, "0x%x", (uint32_t)val);
868 fprintf(outfile, "0x%" PRIx64 , (uint64_t)val);
871 fprintf(outfile, " %s ", def->name);
886 fprintf(outfile, ",");
887 fprintf(outfile, "%s",
892 fprintf(outfile, ",");
893 fprintf(outfile, "%s",
904 fprintf(outfile, ",%s", cond_name[args[k++]]);
906 fprintf(outfile, ",$0x%" TCG_PRIlx, args[k++]);
913 fprintf(outfile, ",");
915 fprintf(outfile, "$0x%" TCG_PRIlx, arg);
918 fprintf(outfile, "\n");