Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
760
void disBranch(std::string& output, const char* op)
761
{
762
ssappendf(output,
"%s\t"
, op);
763
offset_decode(output);
764
}
765
766
void disBranch(std::string& output, const char* op, int rs)
767
{
Callers
15
BEQ
Function · 0.85
BNE
Function · 0.85
BLEZ
Function · 0.85
BGTZ
Function · 0.85
BEQL
Function · 0.85
BNEL
Function · 0.85
BLEZL
Function · 0.85
BGTZL
Function · 0.85
BLTZ
Function · 0.85
BGEZ
Function · 0.85
BLTZL
Function · 0.85
BGEZL
Function · 0.85
Calls
2
ssappendf
Function · 0.85
offset_decode
Function · 0.85
Tested by
no test coverage detected