Lines Matching defs:SP
53 unsigned SP = STI.isABI_N64() ? Mips::SP_64 : Mips::SP;
69 TII.adjustStackPtr(SP, -StackSize, MBB, MBBI);
146 // Insert instruction "move $fp, $sp" at this location.
147 BuildMI(MBB, MBBI, dl, TII.get(ADDu), FP).addReg(SP).addReg(ZERO);
169 unsigned SP = STI.isABI_N64() ? Mips::SP_64 : Mips::SP;
182 // Insert instruction "move $sp, $fp" at this location.
183 BuildMI(MBB, I, dl, TII.get(ADDu), SP).addReg(FP).addReg(ZERO);
209 TII.adjustStackPtr(SP, StackSize, MBB, MBBI);
265 unsigned SP = STI.isABI_N64() ? Mips::SP_64 : Mips::SP;
266 TII.adjustStackPtr(SP, Amount, MBB, I);