Searched refs:tsptr (Results 1 – 1 of 1) sorted by relevance
423 trap_state *tsptr = cpu_tsptr(env); in helper_done() local425 env->pc = tsptr->tnpc; in helper_done()426 env->npc = tsptr->tnpc + 4; in helper_done()427 cpu_put_ccr(env, tsptr->tstate >> 32); in helper_done()428 env->asi = (tsptr->tstate >> 24) & 0xff; in helper_done()429 cpu_change_pstate(env, (tsptr->tstate >> 8) & 0xf3f); in helper_done()430 cpu_put_cwp64(env, tsptr->tstate & 0xff); in helper_done()432 uint32_t new_gl = (tsptr->tstate >> 40) & 7; in helper_done()452 trap_state *tsptr = cpu_tsptr(env); in helper_retry() local454 env->pc = tsptr->tpc; in helper_retry()[all …]