Searched refs:TB_FLAG_DELAY_SLOT_COND (Results 1 – 3 of 3) sorted by relevance
84 #define TB_FLAG_DELAY_SLOT_COND (1 << 1) macro98 TB_FLAG_DELAY_SLOT_COND | \
100 if ((env->flags & (TB_FLAG_DELAY_SLOT | TB_FLAG_DELAY_SLOT_COND)) in superh_io_recompile_replay_branch()103 env->flags &= ~(TB_FLAG_DELAY_SLOT | TB_FLAG_DELAY_SLOT_COND); in superh_io_recompile_replay_branch()
179 } else if (env->flags & TB_FLAG_DELAY_SLOT_COND) { in superh_cpu_dump_state()1155 ctx->envflags |= TB_FLAG_DELAY_SLOT_COND; in _decode_opc()1165 ctx->envflags |= TB_FLAG_DELAY_SLOT_COND; in _decode_opc()1804 && old_flags & TB_FLAG_DELAY_SLOT_COND) { in decode_opc()1813 if (old_flags & TB_FLAG_DELAY_SLOT_COND) { in decode_opc()