Searched refs:exception_return (Results 1 – 3 of 3) sorted by relevance
104 static inline void exception_return(CPUMIPSState *env) in exception_return() function120 exception_return(env); in helper_eret()127 exception_return(env); in helper_eretnc()
83 DEF_HELPER_2(exception_return, void, env, i64)
637 void HELPER(exception_return)(CPUARMState *env, uint64_t new_pc) in HELPER() argument