Home | History | Annotate | Download | only in arm

Lines Matching refs:d2

2742   // Untagged case: double input in d2, double result goes
2743 // into d2.
2780 // Input is untagged double in d2. Output goes to d2.
2781 __ vmov(r2, r3, d2);
2840 // Load result into d2.
2841 __ vldr(d2, FieldMemOperand(r6, HeapNumber::kValueOffset));
2866 __ GetCFunctionDoubleResult(d2);
2873 __ vstr(d2, FieldMemOperand(r6, HeapNumber::kValueOffset));
2882 __ vstr(d2, FieldMemOperand(r0, HeapNumber::kValueOffset));
2887 __ vldr(d2, FieldMemOperand(r0, HeapNumber::kValueOffset));
2894 __ GetCFunctionDoubleResult(d2);
2897 // We return the value in d2 without adding it to the cache, but
2918 __ vmov(r0, r1, d2);
3106 const DoubleRegister double_result = d2;