Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ SW
Method
SW
source/emulation/cpu/common/fpu.cpp:1133–1136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1131
}
1132
1133
U32 FPU::SW() {
1134
FPU_SET_TOP(this, this->top);
1135
return this->sw;
1136
}
1137
1138
void FPU::FSTENV(CPU* cpu, U32 addr) {
1139
FPU_SET_TOP(this, this->top);
Callers
6
common_FNSTSW
Function · 0.80
common_FNSTSW_AX
Function · 0.80
common_fxsave
Function · 0.80
doFPREMnearest
Function · 0.80
testFILD
Function · 0.80
writeToContext
Function · 0.80
Calls
no outgoing calls
Tested by
2
doFPREMnearest
Function · 0.64
testFILD
Function · 0.64