Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dcpu.c77 if ((env->flags & (TB_FLAG_DELAY_SLOT | TB_FLAG_DELAY_SLOT_COND)) in superh_io_recompile_replay_branch()
80 env->flags &= ~(TB_FLAG_DELAY_SLOT | TB_FLAG_DELAY_SLOT_COND); in superh_io_recompile_replay_branch()
H A Dcpu.h81 #define TB_FLAG_DELAY_SLOT (1 << 0) macro
95 #define TB_FLAG_DELAY_SLOT_MASK (TB_FLAG_DELAY_SLOT | \
H A Dtranslate.c177 if (env->flags & TB_FLAG_DELAY_SLOT) { in superh_cpu_dump_state()
437 ctx->envflags |= TB_FLAG_DELAY_SLOT; in _decode_opc()
546 ctx->envflags |= TB_FLAG_DELAY_SLOT; in _decode_opc()
552 ctx->envflags |= TB_FLAG_DELAY_SLOT; in _decode_opc()
1330 ctx->envflags |= TB_FLAG_DELAY_SLOT; in _decode_opc()
1337 ctx->envflags |= TB_FLAG_DELAY_SLOT; in _decode_opc()
1353 ctx->envflags |= TB_FLAG_DELAY_SLOT; in _decode_opc()
1360 ctx->envflags |= TB_FLAG_DELAY_SLOT; in _decode_opc()
/openbmc/qemu/linux-user/sh4/
H A Dsignal.c112 } else if (regs->flags & TB_FLAG_DELAY_SLOT) { in unwind_gusa()