Lines Matching full:times_1
282 leap(scratch, Operand(object, kScratchRegister, times_1, 0));
1138 Operand(kSmiConstantRegister, kSmiConstantRegister, times_1, 0));
1401 leal(kScratchRegister, Operand(first, second, times_1, 0));
1612 leap(dst, Operand(src, kSmiConstantRegister, times_1, 0));
1840 leap(dst, Operand(src1, src2, times_1, 0));
2109 leap(dst, Operand(src, kScratchRegister, times_1, 0));
2406 return SmiIndex(dst, times_1);
2409 DCHECK(shift >= times_1 && shift <= (static_cast<int>(times_8) + 1));
2416 if (shift == times_1) {
2418 return SmiIndex(dst, times_1);
2440 return SmiIndex(dst, times_1);
2443 DCHECK(shift >= times_1 && shift <= (static_cast<int>(times_8) + 1));
2448 if (shift == times_1) {
2450 return SmiIndex(dst, times_1);
2566 times_1,
2588 times_1,
2597 times_1,
3182 leap(rdi, FieldOperand(rdi, rdx, times_1, Code::kHeaderSize));
4585 leap(scratch1, Operand(length, length, times_1, kObjectAlignmentMask +
4594 times_1,
4630 times_1,
4753 movp(length, Operand(source, scratch, times_1, -kPointerSize));
4754 movp(Operand(destination, scratch, times_1, -kPointerSize), length);
4769 movp(scratch, Operand(source, length, times_1, -kPointerSize));
4770 movp(Operand(destination, length, times_1, -kPointerSize), scratch);