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

Function StaticAnalysis_LWC1

Source/DynaRec/StaticAnalysis.cpp:320–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void 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
327void StaticAnalysis_LDC1( OpCode op_code, RegisterUsage & recorder ) // Load Doubleword to Copro 1 (FPU)
328{

Callers

nothing calls this directly

Calls 4

RegFPRWriteFunction · 0.85
RegBaseUseClass · 0.85
RecordMethod · 0.80
AccessMethod · 0.80

Tested by

no test coverage detected