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

Function BGEZL

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

Source from the content-addressed store, hash-verified

1056void BGEZ( std::string& output ) { disBranch(output, "bgez", DECODE_RS); }
1057void BLTZL( std::string& output ) { disBranch(output, "bltzl", DECODE_RS); }
1058void BGEZL( std::string& output ) { disBranch(output, "bgezl", DECODE_RS); }
1059void TGEI( std::string& output ) { _sap("tgei\t%s, 0x%04X") GPR_REG[DECODE_RS], DECODE_IMMED); }
1060void TGEIU( std::string& output ) { _sap("tgeiu\t%s,0x%04X") GPR_REG[DECODE_RS], DECODE_IMMED); }
1061void TLTI( std::string& output ) { _sap("tlti\t%s, 0x%04X") GPR_REG[DECODE_RS], DECODE_IMMED); }

Callers

nothing calls this directly

Calls 1

disBranchFunction · 0.85

Tested by

no test coverage detected