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

Function LW

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

Source from the content-addressed store, hash-verified

918void LH( std::string& output ) { disMemAccess(output,"lh"); }
919void LWL( std::string& output ) { disMemAccess(output,"lwl"); }
920void LW( std::string& output ) { disMemAccess(output,"lw"); }
921void LBU( std::string& output ) { disMemAccess(output,"lbu"); }
922void LHU( std::string& output ) { disMemAccess(output,"lhu"); }
923void LWR( std::string& output ) { disMemAccess(output,"lwr"); }

Callers

nothing calls this directly

Calls 1

disMemAccessFunction · 0.85

Tested by

no test coverage detected