HomeSort by relevance Sort by last modified time
    Searched refs:Amount (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 97 int Amount = Old->getOperand(0).getImm() + 4;
98 if (Amount != 0) {
100 // amount of space needed for the outgoing arguments up to the next
103 Amount = (Amount+Align-1)/Align*Align;
108 .addReg(MBlaze::R1).addImm(-Amount);
112 .addReg(MBlaze::R1).addImm(Amount);
  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 54 int64_t Amount = I->getOperand(0).getImm();
57 Amount = -Amount;
62 II->adjustStackPtr(SP, Amount, MBB, I);
MipsSEInstrInfo.h 68 /// Adjust SP by Amount bytes.
69 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
MipsSEInstrInfo.cpp 251 /// Adjust SP by Amount bytes.
252 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount,
260 if (isInt<16>(Amount))// addi sp, sp, amount
261 BuildMI(MBB, I, DL, get(ADDiu), SP).addReg(SP).addImm(Amount);
264 unsigned Reg = loadImmediate(Amount, MBB, I, DL, 0);
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 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
121 Amount = (Amount+Align-1)/Align*Align;
123 assert(Amount%4 == 0);
124 Amount /= 4;
126 bool isU6 = isImmU6(Amount);
127 if (!isU6 && !isImmU16(Amount)) {
131 << Amount << "\n"
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 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);
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 454 uint64_t Amount = !reseveCallFrame ? I->getOperand(0).getImm() : 0;
463 if (Amount == 0)
467 // amount of space needed for the outgoing arguments up to the next
470 Amount = (Amount + StackAlign - 1) / StackAlign * StackAlign;
474 New = BuildMI(MF, DL, TII.get(getSUBriOpcode(Is64Bit, Amount)),
477 .addImm(Amount);
481 // Factor out the amount the callee already popped.
482 Amount -= CalleeAmt;
484 if (Amount) {
    [all...]
  /external/v8/tools/
profile_view.js 90 * @param {number} totalTime Amount of time that application spent in the
93 * @param {number} selfTime Amount of time that application spent in the
152 * @param {number} totalTime Amount of time that application spent in the
155 * @param {number} selfTime Amount of time that application spent in the
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp 315 // ADJCALLSTACKDOWN -> sub, sp, sp, amount
316 // ADJCALLSTACKUP -> add, sp, sp, amount
319 unsigned Amount = Old->getOperand(0).getImm();
320 if (Amount != 0) {
322 // amount of space needed for the outgoing arguments up to the next
325 Amount = (Amount+Align-1)/Align*Align;
330 emitSPUpdate(MBB, I, TII, dl, *this, -Amount);
333 emitSPUpdate(MBB, I, TII, dl, *this, Amount);
ARMBaseRegisterInfo.cpp 765 // ADJCALLSTACKDOWN -> sub, sp, sp, amount
766 // ADJCALLSTACKUP -> add, sp, sp, amount
769 unsigned Amount = Old->getOperand(0).getImm();
770 if (Amount != 0) {
772 // amount of space needed for the outgoing arguments up to the next
775 Amount = (Amount+Align-1)/Align*Align;
790 emitSPUpdate(isARM, MBB, I, dl, TII, -Amount, Pred, PredReg);
795 emitSPUpdate(isARM, MBB, I, dl, TII, Amount, Pred, PredReg);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex 795 % This records the amount of indent in the innermost environment.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 863 % This records the amount of indent in the innermost environment.
    [all...]

Completed in 357 milliseconds