MCPcopy 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
129u32 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
142void PPCMtfpscr(register u32 newFPSCR)
143{

Callers 2

OSSetErrorHandlerFunction · 0.85
__OSUnhandledExceptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected