Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Docteon_translate.c21 LOG_DISAS("Branch in delay / forbidden slot at PC 0x" in trans_BBIT()
H A Dtranslate.h194 #define LOG_DISAS(...) \ macro
H A Dtranslate.c1310 LOG_DISAS("hflags %08x saved %08x\n", ctx->hflags, ctx->saved_hflags); in save_cpu_state()
4588 LOG_DISAS("Branch in delay / forbidden slot at PC 0x" in gen_compute_branch()
8563 LOG_DISAS("mftr (reg %d u %d sel %d h %d)\n", rt, u, sel, h); in gen_mftr()
8764 LOG_DISAS("mttr (reg %d u %d sel %d h %d)\n", rd, u, sel, h); in gen_mttr()
9064 LOG_DISAS("Branch in delay / forbidden slot at PC 0x" TARGET_FMT_lx in gen_compute_branch1_r6()
11260 LOG_DISAS("unknown branch 0x%x\n", proc_hflags); in gen_branch()
11277 LOG_DISAS("Branch in delay / forbidden slot at PC 0x" TARGET_FMT_lx in gen_compute_compact_branch()
15432 LOG_DISAS("\ntb %p idx %d hflags %04x\n", ctx->base.tb, ctx->mem_idx, in mips_tr_init_disas_context()
/openbmc/qemu/target/alpha/
H A Dtranslate.c40 # define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro
42 # define LOG_DISAS(...) do { } while (0) macro
/openbmc/qemu/target/ppc/
H A Dtranslate.c53 # define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro
55 # define LOG_DISAS(...) do { } while (0) macro
7271 LOG_DISAS("translate opcode %08x (%02x %02x %02x %02x) (%s)\n", in decode_legacy()
7392 LOG_DISAS("----------------\n"); in ppc_tr_translate_insn()
7393 LOG_DISAS("nip=" TARGET_FMT_lx " super=%d ir=%d\n", in ppc_tr_translate_insn()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c26 # define LOG_DISAS(...) qemu_log(__VA_ARGS__) macro
28 # define LOG_DISAS(...) do { } while (0) macro