Lines Matching refs:scratch2

2062   Register scratch2 = t8;
2064 li(scratch2, B0);
2065 And(scratch, scratch, scratch2);
2067 li(scratch2, B1);
2068 And(rd, scratch, scratch2);
2070 And(scratch, scratch, scratch2);
2074 li(scratch2, B2);
2075 And(rd, rd, scratch2);
2092 Register scratch2 = t8;
2094 li(scratch2, B0);
2095 And(scratch, scratch, scratch2);
2097 li(scratch2, B1);
2098 And(rd, scratch, scratch2);
2100 And(scratch, scratch, scratch2);
2104 li(scratch2, B2);
2105 And(rd, rd, scratch2);
2152 Register scratch2 = temps.Acquire();
2155 movfr2gr_d(scratch2, single_scratch);
2157 Xor(scratch, scratch, scratch2);
2158 rotri_d(scratch2, scratch, 1);
2160 Branch(done, ne, scratch, Operand(scratch2));
2879 Register scratch2, PushArrayOrder order) {
2880 DCHECK(!AreAliased(array, size, scratch, scratch2));
2886 Alsl_d(scratch2, scratch, array, kPointerSizeLog2, t7);
2887 Ld_d(scratch2, MemOperand(scratch2, 0));
2888 Push(scratch2);
2896 Alsl_d(scratch2, scratch, array, kPointerSizeLog2, t7);
2897 Ld_d(scratch2, MemOperand(scratch2, 0));
2898 Push(scratch2);
2963 Register scratch2,
2975 slli_d(scratch2, num_args, kPointerSizeLog2);
2977 Branch(stack_overflow, le, scratch1, Operand(scratch2));
3202 Register scratch2 = temps.Acquire();
3211 DCHECK(left != scratch2 && right_reg != scratch2 && dst != scratch2 &&
3212 overflow != scratch2);
3216 add_d(scratch2, left, right_reg);
3217 xor_(overflow, scratch2, left);
3218 xor_(scratch, scratch2, right_reg);
3220 mov(dst, scratch2);
3235 Register scratch2 = temps.Acquire();
3244 DCHECK(left != scratch2 && right_reg != scratch2 && dst != scratch2 &&
3245 overflow != scratch2);
3249 Sub_d(scratch2, left, right_reg);
3250 xor_(overflow, left, scratch2);
3253 mov(dst, scratch2);
3268 Register scratch2 = temps.Acquire();
3277 DCHECK(left != scratch2 && right_reg != scratch2 && dst != scratch2 &&
3278 overflow != scratch2);
3282 Mul_w(scratch2, left, right_reg);
3284 mov(dst, scratch2);
3290 srai_d(scratch2, dst, 32);
3291 xor_(overflow, overflow, scratch2);
3346 Register scratch2) {
3353 li(scratch2, ExternalReference::Create(counter));
3354 Ld_w(scratch1, MemOperand(scratch2, 0));
3356 St_w(scratch1, MemOperand(scratch2, 0));
3362 Register scratch2) {
3369 li(scratch2, ExternalReference::Create(counter));
3370 Ld_w(scratch1, MemOperand(scratch2, 0));
3372 St_w(scratch1, MemOperand(scratch2, 0));