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

Function StaticAnalysis_LDC1

Source/DynaRec/StaticAnalysis.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void StaticAnalysis_LDC1( OpCode op_code, RegisterUsage & recorder ) // Load Doubleword to Copro 1 (FPU)
328{
329 RegFPRWrite( op_code.ft );
330 recorder.Record( RegBaseUse( op_code.base ) );
331 recorder.Access( gCPUState.CPU[op_code.base]._u32_0 );
332}
333
334void StaticAnalysis_SWC1( OpCode op_code, RegisterUsage & recorder ) // Store Word From Copro 1
335{

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