Home | History | Annotate | Download | only in Mips

Lines Matching defs:SP

390   unsigned SP = STI.isABI_N64() ? Mips::SP_64 : Mips::SP;
406 TII.adjustStackPtr(SP, -StackSize, MBB, MBBI);
500 // Insert instruction "move $fp, $sp" at this location.
501 BuildMI(MBB, MBBI, dl, TII.get(ADDu), FP).addReg(SP).addReg(ZERO)
524 unsigned SP = STI.isABI_N64() ? Mips::SP_64 : Mips::SP;
537 // Insert instruction "move $sp, $fp" at this location.
538 BuildMI(MBB, I, dl, TII.get(ADDu), SP).addReg(FP).addReg(ZERO);
564 TII.adjustStackPtr(SP, StackSize, MBB, MBBI);