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

Function rm

source/test/testFPU.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162static U8 rm(int ea, int group, int sub) {
163 int result = (group & 7) << 3 | (sub & 7);
164 if (!ea)
165 result |= 0xC0;
166 return (U8)result;
167}
168
169void writeFPUStatusToAX() {
170 pushCode8(0xdf);

Callers 15

writeFPUStatusToAXFunction · 0.85
writeTopFloatFunction · 0.85
writeTopDoubleFunction · 0.85
fpu_initFunction · 0.85
doF32InstructionFunction · 0.85
F32ComBaseFunction · 0.85
FSTFloatFunction · 0.85
doFLDStiFunction · 0.85
doFXCHSTiFunction · 0.85
doFSTPSTiFunction · 0.85
doFCHSFunction · 0.85
doFABSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected