Home
last modified time | relevance | path

Searched refs:D_FLAG (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/microblaze/
H A Dhelper.c112 assert((env->iflags & (D_FLAG | IMM_FLAG)) != (D_FLAG | IMM_FLAG)); in mb_cpu_do_interrupt()
132 env->esr &= ~D_FLAG; in mb_cpu_do_interrupt()
133 if (env->iflags & D_FLAG) { in mb_cpu_do_interrupt()
134 env->esr |= D_FLAG; in mb_cpu_do_interrupt()
152 env->esr &= ~D_FLAG; in mb_cpu_do_interrupt()
153 if (env->iflags & D_FLAG) { in mb_cpu_do_interrupt()
154 env->esr |= D_FLAG; in mb_cpu_do_interrupt()
173 assert(!(env->iflags & (D_FLAG | IMM_FLAG))); in mb_cpu_do_interrupt()
187 assert(!(env->iflags & (D_FLAG | IMM_FLAG))); in mb_cpu_do_interrupt()
217 } else if (env->esr & D_FLAG) { in mb_cpu_do_interrupt()
[all …]
H A Dcpu.h273 #define D_FLAG (1 << 12) /* Bit in ESR. */ macro
279 #define IFLAGS_TB_MASK (D_FLAG | BIMM_FLAG | IMM_FLAG | \
H A Dtranslate.c167 if (dc->tb_flags & D_FLAG) { in invalid_delay_slot()
1041 dc->tb_flags_to_set |= D_FLAG; in setup_dslot()
1608 dc->jmp_cond = dc->tb_flags & D_FLAG ? TCG_COND_ALWAYS : TCG_COND_NEVER; in mb_tr_init_disas_context()
1654 dc->tb_flags &= ~(IMM_FLAG | BIMM_FLAG | D_FLAG); in mb_tr_translate_insn()
1658 if (dc->jmp_cond != TCG_COND_NEVER && !(dc->tb_flags & D_FLAG)) { in mb_tr_translate_insn()
1809 if (iflags & D_FLAG) { in mb_cpu_dump_state()
/openbmc/qemu/linux-user/microblaze/
H A Dcpu_loop.c71 if (env->iflags & D_FLAG) { in cpu_loop()
76 env->iflags &= ~(IMM_FLAG | D_FLAG); in cpu_loop()