Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Delta

30 // alignment.  This does not currently work, because the delta between old and
33 // variable delta. You don't want to do that anyway; a better approach is to
569 int Delta = StackAdj - MaxTCRetDelta;
570 assert((Delta >= 0) && "Delta must be positive");
572 FrameSize += (StackAdj +Delta);