Lines Matching defs:SP
209 // Adjust SP by FrameSize bytes. Save RA, S0, S1
210 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize,
235 adjustStackPtrBig(SP, -Remainder, MBB, I, Mips::V0, Mips::V1);
239 // Adjust SP by FrameSize bytes. Restore RA, S0, S1
240 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize,
261 adjustStackPtrBig(SP, Remainder, MBB, I, Mips::A0, Mips::A1);
271 // Adjust SP by Amount bytes where bytes can be up to 32bit number.
275 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount,
290 MIB2.addReg(Mips::SP, RegState::Kill);
295 Mips::SP);
300 unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
305 /// Adjust SP by Amount bytes.
306 void Mips16InstrInfo::adjustStackPtr(unsigned SP, int64_t Amount,
315 adjustStackPtrBigUnrestricted(SP, Amount, MBB, I);
400 if (FrameReg == Mips::SP) {
414 copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false);
485 if ((Reg == Mips::PC) || (Reg == Mips::SP))