Lines Matching refs:d2
3210 // Untagged case: double input in d2, double result goes
3211 // into d2
3248 // Input is untagged double in d2. Output goes to d2.
3249 __ vmov(r2, r3, d2);
3310 // Load result into d2.
3311 __ vldr(d2, FieldMemOperand(r6, HeapNumber::kValueOffset));
3338 __ GetCFunctionDoubleResult(d2);
3345 __ vstr(d2, FieldMemOperand(r6, HeapNumber::kValueOffset));
3354 __ vstr(d2, FieldMemOperand(r0, HeapNumber::kValueOffset));
3360 __ vldr(d2, FieldMemOperand(r0, HeapNumber::kValueOffset));
3367 __ GetCFunctionDoubleResult(d2);
3370 // We return the value in d2 without adding it to the cache, but
3393 __ vmov(d0, d2);
3395 __ vmov(r0, r1, d2);
3454 const DoubleRegister double_exponent = d2;