| 511 | } |
| 512 | |
| 513 | void common_FST_STi(CPU* cpu, U32 reg) { |
| 514 | cpu->fpu.FST(cpu->fpu.STV(0), cpu->fpu.STV(reg)); |
| 515 | #ifdef LOG_FPU |
| 516 | flog("FST ST(reg)"); |
| 517 | cpu->fpu.LOG_STACK(); |
| 518 | #endif |
| 519 | } |
| 520 | |
| 521 | void common_FST_STi_Pop(CPU* cpu, U32 reg) { |
| 522 | cpu->fpu.FST(cpu->fpu.STV(0), cpu->fpu.STV(reg)); |