Lines Matching defs:SP
206 // Adjust SP by FrameSize bytes. Save RA, S0, S1
207 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize,
232 adjustStackPtrBig(SP, -Remainder, MBB, I, Mips::V0, Mips::V1);
236 // Adjust SP by FrameSize bytes. Restore RA, S0, S1
237 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize,
258 adjustStackPtrBig(SP, Remainder, MBB, I, Mips::A0, Mips::A1);
268 // Adjust SP by Amount bytes where bytes can be up to 32bit number.
272 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount,
287 MIB2.addReg(Mips::SP, RegState::Kill);
292 Mips::SP);
297 unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
302 /// Adjust SP by Amount bytes.
303 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount,
312 adjustStackPtrBigUnrestricted(SP, Amount, MBB, I);
397 if (FrameReg == Mips::SP) {
411 copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false);
482 if ((Reg == Mips::PC) || (Reg == Mips::SP))