MCPcopy 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
1133U32 FPU::SW() {
1134 FPU_SET_TOP(this, this->top);
1135 return this->sw;
1136}
1137
1138void FPU::FSTENV(CPU* cpu, U32 addr) {
1139 FPU_SET_TOP(this, this->top);

Callers 6

common_FNSTSWFunction · 0.80
common_FNSTSW_AXFunction · 0.80
common_fxsaveFunction · 0.80
doFPREMnearestFunction · 0.80
testFILDFunction · 0.80
writeToContextFunction · 0.80

Calls

no outgoing calls

Tested by 2

doFPREMnearestFunction · 0.64
testFILDFunction · 0.64