Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:SP

2817   // SP-->  +---  |            Back chain             |
4526 // in this function's (MF) stack pointer stack slot 0(SP).
4769 // in this function's (MF) stack pointer stack slot 0(SP).
4779 // reserved space for [SP][CR][LR][2 x unused][TOC]; on ELFv2, the linkage
4780 // area is 32 bytes reserved space for [SP][CR][LR][TOC].
5397 // in this function's (MF) stack pointer stack slot 0(SP).
5404 // prereserved space for [SP][CR][LR][3 x unused].
5844 // When we pop the dynamic allocation we need to restore the SP link.
5852 unsigned SP = isPPC64 ? PPC::X1 : PPC::R1;
5853 SDValue StackPtr = DAG.getRegister(SP, PtrVT);
5859 // Load the old link SP.
5865 Chain = DAG.getCopyToReg(LoadLinkSP.getValue(1), dl, SP, SaveSP);
5867 // Store the old link SP.
8506 unsigned SP = (PVT == MVT::i64) ? PPC::X1 : PPC::R1;
8550 // Reload SP
8552 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), SP)
8556 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), SP)