Home | History | Annotate | Download | only in ARM

Lines Matching refs:Amount

765     // ADJCALLSTACKDOWN -> sub, sp, sp, amount
766 // ADJCALLSTACKUP -> add, sp, sp, amount
769 unsigned Amount = Old->getOperand(0).getImm();
770 if (Amount != 0) {
772 // amount of space needed for the outgoing arguments up to the next
775 Amount = (Amount+Align-1)/Align*Align;
790 emitSPUpdate(isARM, MBB, I, dl, TII, -Amount, Pred, PredReg);
795 emitSPUpdate(isARM, MBB, I, dl, TII, Amount, Pred, PredReg);