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

Function BGEZAL

pcsx2/Interpreter.cpp:360–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void BGEZAL() // Branch if Rs >= 0 and link
361{
362 _SetLink(31);
363 if (cpuRegs.GPR.r[_Rs_].SD[0] >= 0)
364 {
365 doBranch(_BranchTarget_);
366 }
367}
368
369void BGTZ() // Branch if Rs > 0
370{

Callers

nothing calls this directly

Calls 1

doBranchFunction · 0.70

Tested by

no test coverage detected