| 656 | } |
| 657 | |
| 658 | void StaticAnalysis_Cop1_DMTC1( OpCode op_code, RegisterUsage & recorder ) |
| 659 | { |
| 660 | RegFPRWrite( op_code.fs ); |
| 661 | recorder.Record( RegSrcUse( op_code.rt ) ); |
| 662 | } |
| 663 | |
| 664 | void StaticAnalysis_Cop1_MFC1( OpCode op_code, RegisterUsage & recorder ) |
| 665 | { |
nothing calls this directly
no test coverage detected