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

Function BGEZ

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

Source from the content-addressed store, hash-verified

1054//************************REGIMM OPCODES***************************
1055void BLTZ( std::string& output ) { disBranch(output, "bltz", DECODE_RS); }
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); }

Callers

nothing calls this directly

Calls 1

disBranchFunction · 0.85

Tested by

no test coverage detected