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

Function BLTZ

pcsx2/Interpreter.cpp:385–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void BLTZ() // Branch if Rs < 0
386{
387 if (cpuRegs.GPR.r[_Rs_].SD[0] < 0)
388 {
389 doBranch(_BranchTarget_);
390 }
391}
392
393void BLTZAL() // Branch if Rs < 0 and link
394{

Callers

nothing calls this directly

Calls 1

doBranchFunction · 0.70

Tested by

no test coverage detected