Home
last modified time | relevance | path

Searched refs:TB_FLAG_DELAY_SLOT_MASK (Results 1 – 4 of 4) sorted by relevance

/qemu/target/sh4/
H A Dcpu.h97 #define TB_FLAG_DELAY_SLOT_MASK (TB_FLAG_DELAY_SLOT | \ macro
108 #define TB_FLAG_ENVFLAGS_MASK (TB_FLAG_DELAY_SLOT_MASK | \
H A Dhelper.c151 if (env->flags & TB_FLAG_DELAY_SLOT_MASK) { in superh_cpu_do_interrupt()
155 env->flags &= ~TB_FLAG_DELAY_SLOT_MASK; in superh_cpu_do_interrupt()
786 if (cpu_env(cs)->flags & TB_FLAG_DELAY_SLOT_MASK) { in superh_cpu_exec_interrupt()
H A Dtranslate.c361 if (ctx->envflags & TB_FLAG_DELAY_SLOT_MASK) { \
1770 if (ctx->envflags & TB_FLAG_DELAY_SLOT_MASK) { in _decode_opc()
1783 if (ctx->envflags & TB_FLAG_DELAY_SLOT_MASK) { in _decode_opc()
1797 if (old_flags & TB_FLAG_DELAY_SLOT_MASK) { in decode_opc()
1799 ctx->envflags &= ~TB_FLAG_DELAY_SLOT_MASK; in decode_opc()
/qemu/linux-user/sh4/
H A Dsignal.c210 regs->flags &= ~(TB_FLAG_DELAY_SLOT_MASK | TB_FLAG_GUSA_MASK); in setup_frame()
262 regs->flags &= ~(TB_FLAG_DELAY_SLOT_MASK | TB_FLAG_GUSA_MASK); in setup_rt_frame()