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

Function BLTZ

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

REGIMM OPCODES

Source from the content-addressed store, hash-verified

1053void CACHE( std::string& output ) { output += "cache ---";/*_sap("cache\t%s, 0x%04X(%s)") GPR_REG[DECODE_RT], DECODE_IMMED, GPR_REG[DECODE_RS]); */}
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); }

Callers

nothing calls this directly

Calls 1

disBranchFunction · 0.85

Tested by

no test coverage detected