Searched refs:TB_FLAG_DELAY_SLOT_COND (Results 1 – 3 of 3) sorted by relevance
76 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()
82 #define TB_FLAG_DELAY_SLOT_COND (1 << 1) macro96 TB_FLAG_DELAY_SLOT_COND | \
178 } 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()