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.c43 uint32_t delayed_pc; member
140 offsetof(CPUSH4State, delayed_pc), in sh4_translate_init()
169 env->sgr, env->dbr, env->delayed_pc, env->fpul); in superh_cpu_dump_state()
177 env->delayed_pc); in superh_cpu_dump_state()
180 env->delayed_pc); in superh_cpu_dump_state()
183 env->delayed_pc); in superh_cpu_dump_state()
212 if (ctx->delayed_pc != (uint32_t) -1) { in gen_save_cpu_state()
213 tcg_gen_movi_i32(cpu_delayed_pc, ctx->delayed_pc); in gen_save_cpu_state()
252 if (ctx->delayed_pc == -1) { in gen_jump()
264 gen_goto_tb(ctx, 0, ctx->delayed_pc); in gen_jump()
[all …]
H A Dcpu.h156 uint32_t delayed_pc; /* target of delayed branch */ member