MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / PPCDisableSpeculation

Function PPCDisableSpeculation

src/dolphin/src/base/PPCArch.c:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void PPCDisableSpeculation(void)
178{
179 PPCMthid0(PPCMfhid0() | HID0_SPD);
180}
181
182asm void PPCSetFpNonIEEEMode(void)
183{

Callers 1

OSInitFunction · 0.85

Calls 2

PPCMthid0Function · 0.85
PPCMfhid0Function · 0.85

Tested by

no test coverage detected