Home
last modified time | relevance | path

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

/qemu/target/sh4/
H A Dcpu.h84 #define TB_FLAG_DELAY_SLOT_COND (1 << 1) macro
98 TB_FLAG_DELAY_SLOT_COND | \
H A Dcpu.c100 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()
H A Dtranslate.c179 } 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()