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

Function BNE

pcsx2/Interpreter.cpp:339–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void BNE() // Branch if Rs != Rt
340{
341 if (cpuRegs.GPR.r[_Rs_].SD[0] != cpuRegs.GPR.r[_Rt_].SD[0])
342 doBranch(_BranchTarget_);
343 else
344 intEventTest();
345}
346
347/*********************************************************
348* Register branch logic *

Callers

nothing calls this directly

Calls 2

intEventTestFunction · 0.85
doBranchFunction · 0.70

Tested by

no test coverage detected