Home | History | Annotate | Download | only in tcg

Lines Matching refs:fprintf

495         fprintf(stderr, "More temporaries freed than allocated!\n");
894 fprintf(outfile, "\n");
895 fprintf(outfile, " ---- 0x%" PRIx64, pc);
909 fprintf(outfile, " %s ", def->name);
912 fprintf(outfile, "%s",
915 fprintf(outfile, ",$0x%" TCG_PRIlx,
918 fprintf(outfile, ",$%d", nb_oargs);
920 fprintf(outfile, ",");
921 fprintf(outfile, "%s",
925 fprintf(outfile, ",");
927 fprintf(outfile, "<dummy>");
929 fprintf(outfile, "%s",
944 fprintf(outfile, " %s %s,$", def->name,
949 fprintf(outfile, "%s", th->name);
952 fprintf(outfile, "0x%x", (uint32_t)val);
954 fprintf(outfile, "0x%" PRIx64 , (uint64_t)val);
957 fprintf(outfile, " %s ", def->name);
972 fprintf(outfile, ",");
973 fprintf(outfile, "%s",
978 fprintf(outfile, ",");
979 fprintf(outfile, "%s",
996 fprintf(outfile, ",%s", cond_name[args[k++]]);
998 fprintf(outfile, ",$0x%" TCG_PRIlx, args[k++]);
1007 fprintf(outfile, ",");
1009 fprintf(outfile, "$0x%" TCG_PRIlx, arg);
1012 fprintf(outfile, "\n");
1109 fprintf(stderr, "Invalid constraint '%s' for arg %d of operation '%s'\n",
1144 fprintf
1151 fprintf(stderr, "Missing op definition for %s\n",
1220 fprintf(stderr, "PANIC: too many opcodes generated (%d > %d)\n",
2014 fprintf(f, "%s %" PRId64 "\n", tcg_op_defs[i].name, tcg_table_op_count[i]);
2183 fprintf(stderr, "PANIC: too many opcodes generated (%d > %d)\n",