Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ IsAddImmInstr
Function
IsAddImmInstr
pcsx2/DebugTools/MipsStackWalk.cpp:62–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
bool IsAddImmInstr(const R5900::OPCODE& op)
63
{
64
if (op.flags & IS_ALU)
65
return (op.flags & ALUTYPE_MASK) == ALUTYPE_ADDI;
66
67
return false;
68
}
69
70
bool IsMovRegsInstr(const R5900::OPCODE& op, u32 rawOp)
71
{
Callers
1
ScanForEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected