Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ IsJRInstr
Function
IsJRInstr
pcsx2/DebugTools/MipsStackWalk.cpp:52–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
bool IsJRInstr(const R5900::OPCODE& op)
53
{
54
if ((op.flags & IS_BRANCH) && (op.flags & BRANCHTYPE_REGISTER))
55
{
56
return true;
57
}
58
59
return false;
60
}
61
62
bool IsAddImmInstr(const R5900::OPCODE& op)
63
{
Callers
1
ScanForEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected