Searched refs:LOG_DISAS (Results 1 – 1 of 1) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 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() [all …]
|