Home | History | Annotate | Download | only in ARM

Lines Matching refs:DPRCSSize

141   unsigned GPRCS1Size = 0, GPRCS2Size = 0, DPRCSSize = 0;
192 DPRCSSize += 8;
201 unsigned DPRCSOffset = NumBytes - ArgRegsSaveSize - (GPRCS1Size + GPRCS2Size + DPRCSSize);
202 unsigned GPRCS2Offset = DPRCSOffset + DPRCSSize;
353 AFI->setDPRCalleeSavedAreaSize(DPRCSSize);