Home | History | Annotate | Download | only in target-mips

Lines Matching refs:CP0_ErrorEPC

3445             tcg_gen_ld_tl(arg, cpu_env, offsetof(CPUState, CP0_ErrorEPC));
4034 gen_mtc0_store64(arg, offsetof(CPUState, CP0_ErrorEPC));
4608 tcg_gen_ld_tl(arg, cpu_env, offsetof(CPUState, CP0_ErrorEPC));
5187 tcg_gen_st_tl(arg, cpu_env, offsetof(CPUState, CP0_ErrorEPC));
8675 env->CP0_ErrorEPC = env->active_tc.PC - 4;
8677 env->CP0_ErrorEPC = env->active_tc.PC;