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

Function common_FPREM

source/emulation/cpu/common/common_fpu.cpp:425–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425void common_FPREM(CPU* cpu) {
426 cpu->fpu.FPREM();
427#ifdef LOG_FPU
428 flog("FPREM");
429 cpu->fpu.LOG_STACK();
430#endif
431}
432
433void common_FPREM_nearest(CPU* cpu) {
434 cpu->fpu.FPREM1();

Callers

nothing calls this directly

Calls 3

flogFunction · 0.85
FPREMMethod · 0.80
LOG_STACKMethod · 0.80

Tested by

no test coverage detected