Searched refs:new_gl (Results 1 – 2 of 2) sorted by relevance
357 void cpu_gl_switch_gregs(CPUSPARCState *env, uint32_t new_gl) in cpu_gl_switch_gregs() argument360 src = get_gl_gregset(env, new_gl); in cpu_gl_switch_gregs()369 void helper_wrgl(CPUSPARCState *env, target_ulong new_gl) in helper_wrgl() argument371 cpu_gl_switch_gregs(env, new_gl & 7); in helper_wrgl()372 env->gl = new_gl & 7; in helper_wrgl()443 uint32_t new_gl = (tsptr->tstate >> 40) & 7; in helper_done() local445 cpu_gl_switch_gregs(env, new_gl); in helper_done()446 env->gl = new_gl; in helper_done()472 uint32_t new_gl = (tsptr->tstate >> 40) & 7; in helper_retry() local474 cpu_gl_switch_gregs(env, new_gl); in helper_retry()[all …]
606 void cpu_gl_switch_gregs(CPUSPARCState *env, uint32_t new_gl);