| 318 | } |
| 319 | |
| 320 | void StaticAnalysis_LWC1( OpCode op_code, RegisterUsage & recorder ) // Load Word to Copro 1 (FPU) |
| 321 | { |
| 322 | RegFPRWrite( op_code.ft ); |
| 323 | recorder.Record( RegBaseUse( op_code.base ) ); |
| 324 | recorder.Access( gCPUState.CPU[op_code.base]._u32_0 ); |
| 325 | } |
| 326 | |
| 327 | void StaticAnalysis_LDC1( OpCode op_code, RegisterUsage & recorder ) // Load Doubleword to Copro 1 (FPU) |
| 328 | { |
nothing calls this directly
no test coverage detected