Lines Matching refs:qemu_fprintf
103 qemu_fprintf(f, "PC: " TARGET_FMT_lx, env->PC); in tricore_cpu_dump_state()
104 qemu_fprintf(f, " PSW: " TARGET_FMT_lx, psw); in tricore_cpu_dump_state()
105 qemu_fprintf(f, " ICR: " TARGET_FMT_lx, env->ICR); in tricore_cpu_dump_state()
106 qemu_fprintf(f, "\nPCXI: " TARGET_FMT_lx, env->PCXI); in tricore_cpu_dump_state()
107 qemu_fprintf(f, " FCX: " TARGET_FMT_lx, env->FCX); in tricore_cpu_dump_state()
108 qemu_fprintf(f, " LCX: " TARGET_FMT_lx, env->LCX); in tricore_cpu_dump_state()
112 qemu_fprintf(f, "\nGPR A%02d:", i); in tricore_cpu_dump_state()
114 qemu_fprintf(f, " " TARGET_FMT_lx, env->gpr_a[i]); in tricore_cpu_dump_state()
118 qemu_fprintf(f, "\nGPR D%02d:", i); in tricore_cpu_dump_state()
120 qemu_fprintf(f, " " TARGET_FMT_lx, env->gpr_d[i]); in tricore_cpu_dump_state()
122 qemu_fprintf(f, "\n"); in tricore_cpu_dump_state()