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

Function BGTZ

pcsx2/Interpreter.cpp:369–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369void BGTZ() // Branch if Rs > 0
370{
371 if (cpuRegs.GPR.r[_Rs_].SD[0] > 0)
372 {
373 doBranch(_BranchTarget_);
374 }
375}
376
377void BLEZ() // Branch if Rs <= 0
378{

Callers

nothing calls this directly

Calls 1

doBranchFunction · 0.70

Tested by

no test coverage detected