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

Function disBranch

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

Source from the content-addressed store, hash-verified

758}
759
760void disBranch(std::string& output, const char* op)
761{
762 ssappendf(output, "%s\t", op);
763 offset_decode(output);
764}
765
766void disBranch(std::string& output, const char* op, int rs)
767{

Callers 15

BEQFunction · 0.85
BNEFunction · 0.85
BLEZFunction · 0.85
BGTZFunction · 0.85
BEQLFunction · 0.85
BNELFunction · 0.85
BLEZLFunction · 0.85
BGTZLFunction · 0.85
BLTZFunction · 0.85
BGEZFunction · 0.85
BLTZLFunction · 0.85
BGEZLFunction · 0.85

Calls 2

ssappendfFunction · 0.85
offset_decodeFunction · 0.85

Tested by

no test coverage detected