Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Amount

239     uint64_t Amount = Old.getOperand(0).getImm();
240 if (Amount != 0) {
242 // amount of space needed for the outgoing arguments up to the next
244 Amount = (Amount+StackAlign-1)/StackAlign*StackAlign;
251 .addImm(Amount);
254 // factor out the amount the callee already popped.
256 Amount -= CalleeAmt;
257 if (Amount)
261 .addImm(Amount);