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

Function BGEZ

pcsx2/Interpreter.cpp:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350*********************************************************/
351
352void BGEZ() // Branch if Rs >= 0
353{
354 if(cpuRegs.GPR.r[_Rs_].SD[0] >= 0)
355 {
356 doBranch(_BranchTarget_);
357 }
358}
359
360void BGEZAL() // Branch if Rs >= 0 and link
361{

Callers

nothing calls this directly

Calls 1

doBranchFunction · 0.70

Tested by

no test coverage detected