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.c111 assert((env->iflags & (D_FLAG | IMM_FLAG)) != (D_FLAG | IMM_FLAG)); in mb_cpu_do_interrupt()
131 env->esr &= ~D_FLAG; in mb_cpu_do_interrupt()
132 if (env->iflags & D_FLAG) { in mb_cpu_do_interrupt()
133 env->esr |= D_FLAG; in mb_cpu_do_interrupt()
151 env->esr &= ~D_FLAG; in mb_cpu_do_interrupt()
152 if (env->iflags & D_FLAG) { in mb_cpu_do_interrupt()
153 env->esr |= D_FLAG; in mb_cpu_do_interrupt()
172 assert(!(env->iflags & (D_FLAG | IMM_FLAG))); in mb_cpu_do_interrupt()
186 assert(!(env->iflags & (D_FLAG | IMM_FLAG))); in mb_cpu_do_interrupt()
216 } else if (env->esr & D_FLAG) { in mb_cpu_do_interrupt()
[all …]
H A Dcpu.h276 #define D_FLAG (1 << 12) /* Bit in ESR. */ macro
282 #define IFLAGS_TB_MASK (D_FLAG | BIMM_FLAG | IMM_FLAG | \
H A Dtranslate.c170 if (dc->tb_flags & D_FLAG) { in invalid_delay_slot()
1044 dc->tb_flags_to_set |= D_FLAG; in setup_dslot()
1611 dc->jmp_cond = dc->tb_flags & D_FLAG ? TCG_COND_ALWAYS : TCG_COND_NEVER; in mb_tr_init_disas_context()
1659 dc->tb_flags &= ~(IMM_FLAG | BIMM_FLAG | D_FLAG); in mb_tr_translate_insn()
1663 if (dc->jmp_cond != TCG_COND_NEVER && !(dc->tb_flags & D_FLAG)) { in mb_tr_translate_insn()
1823 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()