| 519 | } |
| 520 | |
| 521 | void common_FST_STi_Pop(CPU* cpu, U32 reg) { |
| 522 | cpu->fpu.FST(cpu->fpu.STV(0), cpu->fpu.STV(reg)); |
| 523 | cpu->fpu.FPOP(); |
| 524 | #ifdef LOG_FPU |
| 525 | flog("FSTP ST(reg)"); |
| 526 | cpu->fpu.LOG_STACK(); |
| 527 | #endif |
| 528 | } |
| 529 | |
| 530 | void common_FIADD_DWORD_INTEGER(CPU* cpu, U32 address) { |
| 531 | #ifdef LOG_FPU |