Searched refs:LOG_DISAS (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-mips/
H A Dtranslate.c508 #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);
2479 LOG_DISAS("Branch in delay slot at PC 0x" TARGET_FMT_lx "\n", ctx->pc);
3467 LOG_DISAS("mfc0 %s (reg %d sel %d)\n", rn, reg, sel);
3471 LOG_DISAS("mfc0 %s (reg %d sel %d)\n", rn, reg, sel);
4057 LOG_DISAS("mtc0 %s (reg %d sel %d)\n", rn, reg, sel);
4066 LOG_DISAS("mtc0 %s (reg %d sel %d)\n", rn, reg, sel);
4629 LOG_DISAS("dmfc0 %s (reg %d sel %d)\n", rn, reg, sel);
4633 LOG_DISAS("dmfc
[all...]

Completed in 76 milliseconds