Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
static void doBranch( u32 target )
268
{
269
_doBranch_shared( target );
270
intUpdateCPUCycles();
271
intEventTest();
272
}
273
274
void intDoBranch(u32 target)
275
{
Callers
15
J
Function · 0.70
JAL
Function · 0.70
BEQ
Function · 0.70
BNE
Function · 0.70
BGEZ
Function · 0.70
BGEZAL
Function · 0.70
BGTZ
Function · 0.70
BLEZ
Function · 0.70
BLTZ
Function · 0.70
BLTZAL
Function · 0.70
BEQL
Function · 0.70
BNEL
Function · 0.70
Calls
3
_doBranch_shared
Function · 0.85
intUpdateCPUCycles
Function · 0.85
intEventTest
Function · 0.85
Tested by
no test coverage detected