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

Function BLTZAL

pcsx2/Interpreter.cpp:393–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void BLTZAL() // Branch if Rs < 0 and link
394{
395 _SetLink(31);
396 if (cpuRegs.GPR.r[_Rs_].SD[0] < 0)
397 {
398 doBranch(_BranchTarget_);
399 }
400}
401
402/*********************************************************
403* Register branch logic Likely *

Callers

nothing calls this directly

Calls 1

doBranchFunction · 0.70

Tested by

no test coverage detected