Lines Matching defs:count
1635 int count = InstrCountForLiLower32Bit(imm);
1638 count++;
1642 count++;
1644 return count;
1648 int count = InstrCountForLiLower32Bit(k) + 1;
1650 count++;
1652 return count;
1655 int count = InstrCountForLiLower32Bit(k);
1657 count += 3;
1659 count++;
1662 count++;
1664 count++;
1667 return count;
3174 // We don't have an instruction to count the number of trailing zeroes.
3175 // Start by flipping the bits end-for-end so we can count the number of
3200 // We don't have an instruction to count the number of trailing zeroes.
3201 // Start by flipping the bits end-for-end so we can count the number of
3234 // c = (T)(v * ((T)~(T)0/255)) >> (sizeof(T) - 1) * BITS_PER_BYTE; //count
4566 void TurboAssembler::DropArguments(Register count, ArgumentsCountType type,
4570 Dlsa(sp, sp, count, kPointerSizeLog2);
4576 SmiScale(scratch, count, kPointerSizeLog2);
4581 Daddu(sp, sp, count);
4638 void TurboAssembler::Drop(int count, Condition cond, Register reg,
4640 if (count <= 0) {
4650 Daddu(sp, sp, Operand(count * kPointerSize));
4869 // a0: actual arguments count
4871 // a2: expected arguments count
4876 // If the expected parameter count is equal to the adaptor sentinel, no need
4883 // If overapplication or if the actual argument count is equal to the
4884 // formal parameter count, no need to push extra undefined values.
5031 // The argument count is stored as uint16_t