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

Function common_FXTRACT

source/emulation/cpu/common/common_fpu.cpp:417–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417void common_FXTRACT(CPU* cpu) {
418 cpu->fpu.FXTRACT();
419#ifdef LOG_FPU
420 flog("FXTRACT");
421 cpu->fpu.LOG_STACK();
422#endif
423}
424
425void common_FPREM(CPU* cpu) {
426 cpu->fpu.FPREM();

Callers

nothing calls this directly

Calls 3

flogFunction · 0.85
FXTRACTMethod · 0.80
LOG_STACKMethod · 0.80

Tested by

no test coverage detected