Lines Matching refs:qemu_fprintf
606 qemu_fprintf(f, "%c%c%c%c", cc & PSR_NEG ? 'N' : '-', in cpu_print_cc()
622 qemu_fprintf(f, "pc: " TARGET_FMT_lx " npc: " TARGET_FMT_lx "\n", env->pc, in sparc_cpu_dump_state()
627 qemu_fprintf(f, "%%g%d-%d:", i, i + REGS_PER_LINE - 1); in sparc_cpu_dump_state()
629 qemu_fprintf(f, " " TARGET_FMT_lx, env->gregs[i]); in sparc_cpu_dump_state()
631 qemu_fprintf(f, "\n"); in sparc_cpu_dump_state()
637 qemu_fprintf(f, "%%%c%d-%d: ", in sparc_cpu_dump_state()
641 qemu_fprintf(f, TARGET_FMT_lx " ", env->regwptr[i + x * 8]); in sparc_cpu_dump_state()
643 qemu_fprintf(f, "\n"); in sparc_cpu_dump_state()
651 qemu_fprintf(f, "%%f%02d: ", i * 2); in sparc_cpu_dump_state()
653 qemu_fprintf(f, " %016" PRIx64, env->fpr[i].ll); in sparc_cpu_dump_state()
655 qemu_fprintf(f, "\n"); in sparc_cpu_dump_state()
661 qemu_fprintf(f, "pstate: %08x ccr: %02x (icc: ", env->pstate, in sparc_cpu_dump_state()
664 qemu_fprintf(f, " xcc: "); in sparc_cpu_dump_state()
666 qemu_fprintf(f, ") asi: %02x tl: %d pil: %x gl: %d\n", env->asi, env->tl, in sparc_cpu_dump_state()
668 qemu_fprintf(f, "tbr: " TARGET_FMT_lx " hpstate: " TARGET_FMT_lx " htba: " in sparc_cpu_dump_state()
670 qemu_fprintf(f, "cansave: %d canrestore: %d otherwin: %d wstate: %d " in sparc_cpu_dump_state()
674 qemu_fprintf(f, "fsr: " TARGET_FMT_lx " y: " TARGET_FMT_lx " fprs: %016x\n", in sparc_cpu_dump_state()
678 qemu_fprintf(f, "psr: %08x (icc: ", cpu_get_psr(env)); in sparc_cpu_dump_state()
680 qemu_fprintf(f, " SPE: %c%c%c) wim: %08x\n", env->psrs ? 'S' : '-', in sparc_cpu_dump_state()
683 qemu_fprintf(f, "fsr: " TARGET_FMT_lx " y: " TARGET_FMT_lx "\n", in sparc_cpu_dump_state()
686 qemu_fprintf(f, "\n"); in sparc_cpu_dump_state()