Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ BLTZ
Function
BLTZ
pcsx2/Interpreter.cpp:385–391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
void BLTZ() // Branch if Rs < 0
386
{
387
if (cpuRegs.GPR.r[_Rs_].SD[0] < 0)
388
{
389
doBranch(_BranchTarget_);
390
}
391
}
392
393
void BLTZAL() // Branch if Rs < 0 and link
394
{
Callers
nothing calls this directly
Calls
1
doBranch
Function · 0.70
Tested by
no test coverage detected