Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Amount

115     uint64_t Amount = Old->getOperand(0).getImm();
116 if (Amount != 0) {
118 // amount of space needed for the outgoing arguments up to the next
120 Amount = (Amount+StackAlign-1)/StackAlign*StackAlign;
126 .addReg(MSP430::SPW).addImm(Amount);
129 // factor out the amount the callee already popped.
131 Amount -= CalleeAmt;
132 if (Amount)
135 .addReg(MSP430::SPW).addImm(Amount);