Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ PPCMffpscr
Function
PPCMffpscr
src/dolphin/src/base/PPCArch.c:129–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
u32 PPCMffpscr(void)
130
{
131
union FpscrUnion m;
132
133
asm
134
{
135
mffs f31
136
stfd f31, m.f;
137
}
138
139
return m.u.fpscr;
140
}
141
142
void PPCMtfpscr(register u32 newFPSCR)
143
{
Callers
2
OSSetErrorHandler
Function · 0.85
__OSUnhandledException
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected