| 114 | |
| 115 | |
| 116 | void QMFC2() { |
| 117 | vu0Sync(); |
| 118 | |
| 119 | if (cpuRegs.code & 1) { |
| 120 | _vu0FinishMicro(); |
| 121 | } |
| 122 | |
| 123 | if (_Rt_ == 0) return; |
| 124 | cpuRegs.GPR.r[_Rt_].UD[0] = VU0.VF[_Fs_].UD[0]; |
| 125 | cpuRegs.GPR.r[_Rt_].UD[1] = VU0.VF[_Fs_].UD[1]; |
| 126 | } |
| 127 | |
| 128 | void QMTC2() { |
| 129 | vu0Sync(); |
nothing calls this directly
no test coverage detected