Home | History | Annotate | Download | only in SSE

Lines Matching refs:psub

76   x = psub(x, p4f_1);
77 e = psub(e, _mm_and_ps(p4f_1, mask));
97 x = psub(x, tmp);
146 fx = psub(tmp, mask);
151 x = psub(x, tmp);
152 x = psub(x, z);
214 fx = psub(tmp, mask);
219 x = psub(x, tmp);
220 x = psub(x, z);
234 x = pdiv(px,psub(qx,px));
337 y = psub(y, tmp);
426 y = psub(y, tmp);
459 x = pmul(x, psub(pset1<Packet4f>(1.5f), pmul(half, pmul(x,x))));