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

Function LWU

pcsx2/DebugTools/DisR5900asm.cpp:924–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922void LHU( std::string& output ) { disMemAccess(output,"lhu"); }
923void LWR( std::string& output ) { disMemAccess(output,"lwr"); }
924void LWU( std::string& output ) { disMemAccess(output,"lwu"); }
925void SB( std::string& output ) { disMemAccess(output,"sb"); }
926void SH( std::string& output ) { disMemAccess(output,"sh"); }
927void SWL( std::string& output ) { disMemAccess(output,"swl"); }

Callers

nothing calls this directly

Calls 1

disMemAccessFunction · 0.85

Tested by

no test coverage detected