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

Function doBranch

pcsx2/Interpreter.cpp:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267static void doBranch( u32 target )
268{
269 _doBranch_shared( target );
270 intUpdateCPUCycles();
271 intEventTest();
272}
273
274void intDoBranch(u32 target)
275{

Callers 15

JFunction · 0.70
JALFunction · 0.70
BEQFunction · 0.70
BNEFunction · 0.70
BGEZFunction · 0.70
BGEZALFunction · 0.70
BGTZFunction · 0.70
BLEZFunction · 0.70
BLTZFunction · 0.70
BLTZALFunction · 0.70
BEQLFunction · 0.70
BNELFunction · 0.70

Calls 3

_doBranch_sharedFunction · 0.85
intUpdateCPUCyclesFunction · 0.85
intEventTestFunction · 0.85

Tested by

no test coverage detected