Lines Matching refs:d2
1235 // Untagged case: double input in d2, double result goes
1236 // into d2.
1272 // Input is untagged double in d2. Output goes to d2.
1273 __ vmov(r2, r3, d2);
1337 // Load result into d2.
1338 __ vldr(d2, FieldMemOperand(r6, HeapNumber::kValueOffset));
1360 __ GetCFunctionDoubleResult(d2);
1367 __ vstr(d2, FieldMemOperand(r6, HeapNumber::kValueOffset));
1376 __ vstr(d2, FieldMemOperand(r0, HeapNumber::kValueOffset));
1382 __ vldr(d2, FieldMemOperand(r0, HeapNumber::kValueOffset));
1389 __ GetCFunctionDoubleResult(d2);
1392 // We return the value in d2 without adding it to the cache, but
1415 __ vmov(d0, d2);
1417 __ vmov(r0, r1, d2);
1466 const DwVfpRegister double_result = d2;