MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / writeFPUStatusToAX

Function writeFPUStatusToAX

source/test/testFPU.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void writeFPUStatusToAX() {
170 pushCode8(0xdf);
171 pushCode8(rm(false, 4, 0));
172}
173
174int getFPUStackPosFromAX() {
175 return (AX & 0x3800) >> 11;

Callers 5

doF32InstructionFunction · 0.85
F32ComBaseFunction · 0.85
FSTFloatFunction · 0.85
doFTSTFunction · 0.85
doFXAMFunction · 0.85

Calls 2

pushCode8Function · 0.85
rmFunction · 0.85

Tested by

no test coverage detected