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

Function IsMovRegsInstr

pcsx2/DebugTools/MipsStackWalk.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 bool IsMovRegsInstr(const R5900::OPCODE& op, u32 rawOp)
71 {
72 if (op.flags & IS_ALU)
73 return (op.flags & ALUTYPE_MASK) == ALUTYPE_ADDI && (_RS == 0 || _RT == 0);
74
75 return false;
76 }
77
78 bool ScanForAllocaSignature(DebugInterface* cpu, u32 pc)
79 {

Callers 1

ScanForAllocaSignatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected