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

Function common_FNSTSW

source/emulation/cpu/common/common_fpu.cpp:1148–1154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1146}
1147
1148void common_FNSTSW(CPU* cpu, U32 address) {
1149 cpu->memory->writew(address, cpu->fpu.SW());
1150#ifdef LOG_FPU
1151 flog("FNSTSW %X @%.08X", cpu->fpu.SW(), address);
1152 cpu->fpu.LOG_STACK();
1153#endif
1154}
1155
1156void common_FFREE_STi(CPU* cpu, U32 reg) {
1157 cpu->fpu.FFREE_STi(cpu->fpu.STV(reg));

Callers

nothing calls this directly

Calls 4

flogFunction · 0.85
SWMethod · 0.80
LOG_STACKMethod · 0.80
writewMethod · 0.45

Tested by

no test coverage detected