Home | History | Annotate | Download | only in dsp

Lines Matching defs:x2

59 	float x2L = qL->x2;
69 float x2R = qR->x2;
104 qL->x2 = x2L;
108 qR->x2 = x2R;
124 float32x2_t x2 = {qL->x2, qR->x2};
150 "vmla.f32 d1, %P[qb2], %P[x2] \n"
151 "vmov.f32 %P[x2], %P[x1] \n"
171 [x2]"+w"(x2),
192 qL->x2 = x2[0];
198 qR->x2 = x2[1];
217 __m128 x2 = {qL->x2, qR->x2};
239 "mulps %[qb2],%[x2] \n"
248 "addps %[x2],%%xmm0 \n"
249 "movaps %[rb1],%[x2] \n"
250 "mulps %[y1],%[x2] \n"
258 "addps %[x2],%%xmm1 \n"
259 "movaps %[x1],%[x2] \n"
282 [x2]"+x"(x2),
303 qL->x2 = x2[0];
309 qR->x2 = x2[1];