Home
last modified time | relevance | path

Searched refs:delayed_pc (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dtranslate.c44 uint32_t delayed_pc; member
179 env->delayed_pc); in superh_cpu_dump_state()
182 env->delayed_pc); in superh_cpu_dump_state()
185 env->delayed_pc); in superh_cpu_dump_state()
214 if (ctx->delayed_pc != (uint32_t) -1) { in gen_save_cpu_state()
254 if (ctx->delayed_pc == -1) { in gen_jump()
438 ctx->delayed_pc = (uint32_t) - 1; in _decode_opc()
460 ctx->delayed_pc = (uint32_t) - 1; in _decode_opc()
1331 ctx->delayed_pc = (uint32_t) - 1; in _decode_opc()
1338 ctx->delayed_pc = (uint32_t) - 1; in _decode_opc()
[all …]
H A Dcpu.h156 uint32_t delayed_pc; /* target of delayed branch */ member