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

Function BGTZ

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

Source from the content-addressed store, hash-verified

817
818void BLEZ( std::string& output ) { disBranch(output, "blez", DECODE_RS); }
819void BGTZ( std::string& output ) { disBranch(output, "bgtz", DECODE_RS); }
820void ADDI( std::string& output ) { _sap("addi\t%s, %s, 0x%04X") GPR_REG[DECODE_RT], GPR_REG[DECODE_RS], DECODE_IMMED);}
821
822void ADDIU( std::string& output )

Callers

nothing calls this directly

Calls 1

disBranchFunction · 0.85

Tested by

no test coverage detected