MCPcopy 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
377void BLEZ() // Branch if Rs <= 0
378{
379 if (cpuRegs.GPR.r[_Rs_].SD[0] <= 0)
380 {
381 doBranch(_BranchTarget_);
382 }
383}
384
385void BLTZ() // Branch if Rs < 0
386{

Callers

nothing calls this directly

Calls 1

doBranchFunction · 0.70

Tested by

no test coverage detected