Home
last modified time | relevance | path

Searched refs:TB_FLAG_DELAY_SLOT_COND (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dcpu.c76 if ((env->flags & (TB_FLAG_DELAY_SLOT | TB_FLAG_DELAY_SLOT_COND)) in superh_io_recompile_replay_branch()
79 env->flags &= ~(TB_FLAG_DELAY_SLOT | TB_FLAG_DELAY_SLOT_COND); in superh_io_recompile_replay_branch()
H A Dcpu.h82 #define TB_FLAG_DELAY_SLOT_COND (1 << 1) macro
96 TB_FLAG_DELAY_SLOT_COND | \
H A Dtranslate.c178 } else if (env->flags & TB_FLAG_DELAY_SLOT_COND) { in superh_cpu_dump_state()
1160 ctx->envflags |= TB_FLAG_DELAY_SLOT_COND; in _decode_opc()
1170 ctx->envflags |= TB_FLAG_DELAY_SLOT_COND; in _decode_opc()
1810 && old_flags & TB_FLAG_DELAY_SLOT_COND) { in decode_opc()
1819 if (old_flags & TB_FLAG_DELAY_SLOT_COND) { in decode_opc()