Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dcpu.h95 #define TB_FLAG_DELAY_SLOT_MASK (TB_FLAG_DELAY_SLOT | \ macro
106 #define TB_FLAG_ENVFLAGS_MASK (TB_FLAG_DELAY_SLOT_MASK | \
H A Dhelper.c150 if (env->flags & TB_FLAG_DELAY_SLOT_MASK) { in superh_cpu_do_interrupt()
154 env->flags &= ~TB_FLAG_DELAY_SLOT_MASK; in superh_cpu_do_interrupt()
789 if (env->flags & TB_FLAG_DELAY_SLOT_MASK) { in superh_cpu_exec_interrupt()
H A Dtranslate.c362 if (ctx->envflags & TB_FLAG_DELAY_SLOT_MASK) { \
1766 if (ctx->envflags & TB_FLAG_DELAY_SLOT_MASK) { in _decode_opc()
1779 if (ctx->envflags & TB_FLAG_DELAY_SLOT_MASK) { in _decode_opc()
1794 if (old_flags & TB_FLAG_DELAY_SLOT_MASK) { in decode_opc()
1796 ctx->envflags &= ~TB_FLAG_DELAY_SLOT_MASK; in decode_opc()
/openbmc/qemu/linux-user/sh4/
H A Dsignal.c210 regs->flags &= ~(TB_FLAG_DELAY_SLOT_MASK | TB_FLAG_GUSA_MASK); in setup_frame()
262 regs->flags &= ~(TB_FLAG_DELAY_SLOT_MASK | TB_FLAG_GUSA_MASK); in setup_rt_frame()