Searched refs:LOG_DISAS (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | octeon_translate.c | 21 LOG_DISAS("Branch in delay / forbidden slot at PC 0x" in trans_BBIT()
|
H A D | translate.h | 194 #define LOG_DISAS(...) \ macro
|
H A D | translate.c | 1279 LOG_DISAS("hflags %08x saved %08x\n", ctx->hflags, ctx->saved_hflags); in save_cpu_state() 4370 LOG_DISAS("Branch in delay / forbidden slot at PC 0x%016" in gen_compute_branch() 8283 LOG_DISAS("mftr (reg %d u %d sel %d h %d)\n", rt, u, sel, h); in gen_mftr() 8484 LOG_DISAS("mttr (reg %d u %d sel %d h %d)\n", rd, u, sel, h); in gen_mttr() 8784 LOG_DISAS("Branch in delay / forbidden slot at PC 0x%016" in gen_compute_branch1_r6() 10980 LOG_DISAS("unknown branch 0x%x\n", proc_hflags); in gen_branch() 10997 LOG_DISAS("Branch in delay / forbidden slot at PC 0x%016" in gen_compute_compact_branch() 15118 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 D | translate.c | 39 # define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro 41 # define LOG_DISAS(...) do { } while (0) macro
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 52 # define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro 54 # define LOG_DISAS(...) do { } while (0) macro 6426 LOG_DISAS("translate opcode %08x (%02x %02x %02x %02x) (%s)\n", in decode_legacy() 6550 LOG_DISAS("----------------\n"); in ppc_tr_translate_insn() 6551 LOG_DISAS("nip=" TARGET_FMT_lx " super=%d ir=%d\n", in ppc_tr_translate_insn()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 26 # define LOG_DISAS(...) qemu_log(__VA_ARGS__) macro 28 # define LOG_DISAS(...) do { } while (0) macro
|