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.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.h82 #define TB_FLAG_DELAY_SLOT_COND (1 << 1) macro
96 TB_FLAG_DELAY_SLOT_COND | \
H A Dtranslate.c180 } else if (env->flags & TB_FLAG_DELAY_SLOT_COND) { in superh_cpu_dump_state()
1152 ctx->envflags |= TB_FLAG_DELAY_SLOT_COND; in _decode_opc()
1162 ctx->envflags |= TB_FLAG_DELAY_SLOT_COND; in _decode_opc()
1801 && old_flags & TB_FLAG_DELAY_SLOT_COND) { in decode_opc()
1810 if (old_flags & TB_FLAG_DELAY_SLOT_COND) { in decode_opc()