Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dspecial_helper.c108 mips_env_set_pc(env, env->CP0_ErrorEPC); in exception_return()
111 mips_env_set_pc(env, env->CP0_EPC); in exception_return()
137 mips_env_set_pc(env, env->CP0_DEPC); in helper_deret()
/openbmc/qemu/target/mips/
H A Dinternal.h218 static inline void mips_env_set_pc(CPUMIPSState *env, target_ulong value) in mips_env_set_pc() function
H A Dcpu.c125 mips_env_set_pc(cpu_env(cs), value); in mips_cpu_set_pc()