Home
last modified time | relevance | path

Searched refs:CallerAllocatedAmt (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp994 unsigned CallerAllocatedAmt = FI->getMinReservedArea(); in emitEpilogue() local
996 if (CallerAllocatedAmt && isInt<16>(CallerAllocatedAmt)) { in emitEpilogue()
998 .addReg(SPReg).addImm(CallerAllocatedAmt); in emitEpilogue()
1001 .addImm(CallerAllocatedAmt >> 16); in emitEpilogue()
1004 .addImm(CallerAllocatedAmt & 0xFFFF); in emitEpilogue()