Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dcpu.h83 #define TB_FLAG_DELAY_SLOT_RTE (1 << 2) macro
97 TB_FLAG_DELAY_SLOT_RTE)
H A Dcpu.c99 if (ifetch && (env->flags & TB_FLAG_DELAY_SLOT_RTE)) { in sh4_cpu_mmu_index()
H A Dtranslate.c181 } else if (env->flags & TB_FLAG_DELAY_SLOT_RTE) { in superh_cpu_dump_state()
457 ctx->envflags |= TB_FLAG_DELAY_SLOT_RTE; in _decode_opc()