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

Function F32Com

source/test/testFPU.cpp:616–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 assertTrue(getFPUStackPosFromAX() == ((6 + popCount) & 7));
615}
616void F32Com(float x, float y, int r) {
617 F32ComBase(0xd8, 2, x, y, r, 0);
618}
619
620void doF32Com() {
621 F32Com(0.0f, 0.0f, EQUAL);

Callers 1

doF32ComFunction · 0.85

Calls 1

F32ComBaseFunction · 0.85

Tested by

no test coverage detected