Lines Matching refs:LOG_DISAS
508 #define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro
511 #define LOG_DISAS(...) do { } while (0) macro
753 LOG_DISAS("hflags %08x saved %08x\n", ctx->hflags, ctx->saved_hflags); in save_cpu_state()
2479 LOG_DISAS("Branch in delay slot at PC 0x" TARGET_FMT_lx "\n", ctx->pc); in gen_compute_branch()
3467 LOG_DISAS("mfc0 %s (reg %d sel %d)\n", rn, reg, sel); in gen_mfc0()
3471 LOG_DISAS("mfc0 %s (reg %d sel %d)\n", rn, reg, sel); in gen_mfc0()
4057 LOG_DISAS("mtc0 %s (reg %d sel %d)\n", rn, reg, sel); in gen_mtc0()
4066 LOG_DISAS("mtc0 %s (reg %d sel %d)\n", rn, reg, sel); in gen_mtc0()
4629 LOG_DISAS("dmfc0 %s (reg %d sel %d)\n", rn, reg, sel); in gen_dmfc0()
4633 LOG_DISAS("dmfc0 %s (reg %d sel %d)\n", rn, reg, sel); in gen_dmfc0()
5210 LOG_DISAS("dmtc0 %s (reg %d sel %d)\n", rn, reg, sel); in gen_dmtc0()
5219 LOG_DISAS("dmtc0 %s (reg %d sel %d)\n", rn, reg, sel); in gen_dmtc0()
5377 LOG_DISAS("mftr (reg %d u %d sel %d h %d)\n", rt, u, sel, h); in gen_mftr()
5384 LOG_DISAS("mftr (reg %d u %d sel %d h %d)\n", rt, u, sel, h); in gen_mftr()
5542 LOG_DISAS("mttr (reg %d u %d sel %d h %d)\n", rd, u, sel, h); in gen_mttr()
5548 LOG_DISAS("mttr (reg %d u %d sel %d h %d)\n", rd, u, sel, h); in gen_mttr()
8317 LOG_DISAS("\ntb %p idx %d hflags %04x\n", tb, ctx.mem_idx, ctx.hflags); in gen_intermediate_code_internal()
8412 LOG_DISAS("\n"); in gen_intermediate_code_internal()