MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / intDoBranch

Function intDoBranch

pcsx2/Interpreter.cpp:274–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void intDoBranch(u32 target)
275{
276 //Console.WriteLn("Interpreter Branch ");
277 _doBranch_shared( target );
278
279 if( Cpu == &intCpu )
280 {
281 intUpdateCPUCycles();
282 intEventTest();
283 }
284}
285
286void intSetBranch()
287{

Callers 8

BC0FFunction · 0.85
BC0TFunction · 0.85
BC0FLFunction · 0.85
BC0TLFunction · 0.85
BC2FFunction · 0.85
BC2TFunction · 0.85
BC2FLFunction · 0.85
BC2TLFunction · 0.85

Calls 3

_doBranch_sharedFunction · 0.85
intUpdateCPUCyclesFunction · 0.85
intEventTestFunction · 0.85

Tested by

no test coverage detected