Home | History | Annotate | Download | only in ARM

Lines Matching refs:Amount

1768     // ADJCALLSTACKDOWN -> sub, sp, sp, amount
1769 // ADJCALLSTACKUP -> add, sp, sp, amount
1772 unsigned Amount = Old->getOperand(0).getImm();
1773 if (Amount != 0) {
1775 // amount of space needed for the outgoing arguments up to the next
1778 Amount = (Amount+Align-1)/Align*Align;
1793 emitSPUpdate(isARM, MBB, I, dl, TII, -Amount, MachineInstr::NoFlags,
1799 emitSPUpdate(isARM, MBB, I, dl, TII, Amount, MachineInstr::NoFlags,
2028 // and amount size of stack arguments is in SR1(r5).
2031 // The amount size of stack required
2040 // The amount size of stack consumed to save function arguments.