MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / StaticAnalysis_Cop1_DMTC1

Function StaticAnalysis_Cop1_DMTC1

Source/DynaRec/StaticAnalysis.cpp:658–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658void StaticAnalysis_Cop1_DMTC1( OpCode op_code, RegisterUsage & recorder )
659{
660 RegFPRWrite( op_code.fs );
661 recorder.Record( RegSrcUse( op_code.rt ) );
662}
663
664void StaticAnalysis_Cop1_MFC1( OpCode op_code, RegisterUsage & recorder )
665{

Callers

nothing calls this directly

Calls 3

RegFPRWriteFunction · 0.85
RegSrcUseClass · 0.85
RecordMethod · 0.80

Tested by

no test coverage detected