Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ BLEZ
Function
BLEZ
pcsx2/Interpreter.cpp:377–383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
void BLEZ() // Branch if Rs <= 0
378
{
379
if (cpuRegs.GPR.r[_Rs_].SD[0] <= 0)
380
{
381
doBranch(_BranchTarget_);
382
}
383
}
384
385
void BLTZ() // Branch if Rs < 0
386
{
Callers
nothing calls this directly
Calls
1
doBranch
Function · 0.70
Tested by
no test coverage detected