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

Function BGTZL

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

Source from the content-addressed store, hash-verified

881
882void BLEZL( std::string& output ) { disBranch(output, "blezl", DECODE_RS); }
883void BGTZL( std::string& output ) { disBranch(output, "bgtzl", DECODE_RS); }
884void DADDI( std::string& output ) { _sap("daddi\t%s, 0x%04X") disDestSource(DECODE_RT, DECODE_RS), DECODE_IMMED); }
885void DADDIU( std::string& output ) { _sap("daddiu\t%s, 0x%04X") disDestSource(DECODE_RT, DECODE_RS), DECODE_IMMED); }
886

Callers

nothing calls this directly

Calls 1

disBranchFunction · 0.85

Tested by

no test coverage detected