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;
250 .addReg(MSP430::SP).addImm(Amount);
253 // factor out the amount the callee already popped.
255 Amount -= CalleeAmt;
256 if (Amount)
259 .addReg(MSP430::SP).addImm(Amount);