Home
last modified time | relevance | path

Searched refs:apcb_usp (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_alpha_palcode.cc234 cpu->cd.alpha.pcb.apcb_usp); in alpha_palcode()
277 cpu->cd.alpha.pcb.apcb_usp = new_usp; in alpha_palcode()
343 cpu->cd.alpha.pcb.apcb_usp = a0; in alpha_palcode()
347 cpu->cd.alpha.r[ALPHA_V0] = cpu->cd.alpha.pcb.apcb_usp; in alpha_palcode()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dalpha_cpu.h63 uint64_t apcb_usp; /* user stack ptr */ member