Lines Matching refs:xmm3

91 	movd	%eax, %xmm3		/* SP |x| */
99 mulss %xmm3, %xmm2 /* SP |x|/(Pi/4) */
128 movsd MO1(DP_C3), %xmm3 /* C3 */
129 mulsd %xmm0, %xmm3 /* z*C3 */
133 addsd MO1(DP_C1), %xmm3 /* C1+z*C3 */
134 mulsd %xmm0, %xmm3 /* z*(C1+z*C3) */
138 addsd %xmm4, %xmm3 /* y*(C0+y*(C1+y*(C2+y*(C3+y*C4)))) */
140 addsd MO1(DP_ONES), %xmm3
142 mulsd MO2(DP_ONES,%ecx,8), %xmm3 /* DP result */
143 movsd %xmm3, 0(%esp) /* Move result from sse... */
167 movsd MO1(DP_S3), %xmm3 /* S3 */
168 mulsd %xmm0, %xmm3 /* z*S3 */
172 addsd MO1(DP_S1), %xmm3 /* S1+z*S3 */
173 mulsd %xmm0, %xmm3 /* z*(S1+z*S3) */
178 addsd %xmm2, %xmm3 /* y*(S0+y*(S1+y*(S2+y*(S3+y*S4)))) */
180 mulsd %xmm4, %xmm3
182 addsd %xmm4, %xmm3
183 movsd %xmm3, 0(%esp) /* Move result from sse... */
211 movsd MO1(DP_PIO4LO), %xmm3 /* -PIO4LO = low part of -Pi/4 */
213 mulsd %xmm3, %xmm4 /* j*PIO4LO */
230 movapd %xmm0, %xmm3 /* |x| */
237 mulsd -2*8+MO2(_FPI,%eax,8), %xmm3 /* tmp3 = FPI[j-2]*|x| */
247 andpd %xmm3, %xmm4 /* HI(tmp3) */
248 subsd %xmm4, %xmm3 /* tmp3 = tmp3 - HI(tmp3) */
253 addsd %xmm3, %xmm5 /* tmp5 = tmp3 + tmp2 */
269 subsd %xmm4, %xmm3 /* tmp3 -= tmp4 */
270 addsd MO2(DP_ZERONE,%edx,8), %xmm3 /* t = DP_ZERONE[k&1] + tmp3 */
271 addsd %xmm2, %xmm3 /* t += tmp2 */
273 addsd %xmm3, %xmm0 /* t += tmp0 */
287 movaps %xmm0, %xmm3 /* x */
301 mulsd %xmm3, %xmm5 /* x*z*(S1+z*S3) */
302 mulsd %xmm3, %xmm4 /* x*y*(S0+z*(S2+z*S4)) */
306 addsd %xmm4, %xmm3
307 cvtsd2ss %xmm3, %xmm3 /* SP result */
311 movss %xmm3, 0(%esp) /* Move result from sse... */
326 movsd MO1(DP_SIN2_1), %xmm3 /* DP DP_SIN2_1 */
327 mulsd %xmm0, %xmm3 /* DP x^2*DP_SIN2_1 */
328 addsd MO1(DP_SIN2_0), %xmm3 /* DP DP_SIN2_0+x^2*DP_SIN2_1 */
329 mulsd %xmm0, %xmm3 /* DP x^2*DP_SIN2_0+x^4*DP_SIN2_1 */
330 mulsd %xmm1, %xmm3 /* DP x^3*DP_SIN2_0+x^5*DP_SIN2_1 */
331 addsd %xmm1, %xmm3 /* DP x+x^3*DP_SIN2_0+x^5*DP_SIN2_1 */
332 cvtsd2ss %xmm3, %xmm3 /* SP result */
337 movss ARG_X, %xmm3 /* SP x */
347 movaps %xmm0, %xmm3 /* Copy of DP x */
349 subsd %xmm0, %xmm3 /* Result is x-x*DP_SMALL */
350 cvtsd2ss %xmm3, %xmm3 /* Result converted to SP */
365 movss ARG_X, %xmm3 /* load x */
366 subss %xmm3, %xmm3 /* Result is NaN */