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

Function SD

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

Source from the content-addressed store, hash-verified

827}
828
829void SD()
830{
831 u32 addr = cpuRegs.GPR.r[_Rs_].UL[0] + _Imm_;
832
833 if (addr & 7) [[unlikely]]
834 RaiseAddressError(addr, true);
835
836 memWrite64(addr,cpuRegs.GPR.r[_Rt_].UD[0]);
837}
838
839static const u64 SDL_MASK[8] =
840{ 0xffffffffffffff00ULL, 0xffffffffffff0000ULL, 0xffffffffff000000ULL, 0xffffffff00000000ULL,

Callers 1

SDMethod · 0.50

Calls 1

RaiseAddressErrorFunction · 0.85

Tested by

no test coverage detected