Home | History | Annotate | Download | only in ARM

Lines Matching defs:Amount

1634     // ADJCALLSTACKDOWN -> sub, sp, sp, amount
1635 // ADJCALLSTACKUP -> add, sp, sp, amount
1638 unsigned Amount = Old->getOperand(0).getImm();
1639 if (Amount != 0) {
1641 // amount of space needed for the outgoing arguments up to the next
1644 Amount = (Amount+Align-1)/Align*Align;
1659 emitSPUpdate(isARM, MBB, I, dl, TII, -Amount, MachineInstr::NoFlags,
1665 emitSPUpdate(isARM, MBB, I, dl, TII, Amount, MachineInstr::NoFlags,
1894 // and amount size of stack arguments is in SR1(r5).
1897 // The amount size of stack required
1906 // The amount size of stack consumed to save function arguments.