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

Function TLTIU

pcsx2/R5900OpcodeImpl.cpp:1264–1264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262void TNEI() { if (cpuRegs.GPR.r[_Rs_].SD[0] != _Imm_) trap(); }
1263void TGEIU() { if (cpuRegs.GPR.r[_Rs_].UD[0] >= (u64)_Imm_) trap(); }
1264void TLTIU() { if (cpuRegs.GPR.r[_Rs_].UD[0] < (u64)_Imm_) trap(); }
1265
1266/*********************************************************
1267* Sa intructions *

Callers

nothing calls this directly

Calls 1

trapFunction · 0.85

Tested by

no test coverage detected