Home | History | Annotate | Download | only in detail

Lines Matching full:add0

56         __m128 add0 = _mm_add_ps(mul0, swp0);
57 __m128 swp1 = _mm_shuffle_ps(add0, add0, _MM_SHUFFLE(0, 1, 2, 3));
58 __m128 add1 = _mm_add_ps(add0, swp1);
68 __m128 add0 = _mm_add_ps(mov0, mul0);
69 __m128 swp1 = _mm_shuffle_ps(add0, add0, 1);
70 __m128 add1 = _mm_add_ss(add0, swp1);
137 __m128 add0 = _mm_add_ps(mul3, sqt0);
138 __m128 mul4 = _mm_mul_ps(add0, N);