Home | History | Annotate | Download | only in x86

Lines Matching refs:_mm_and_si128

41   ubounded = _mm_and_si128(ubounded, max);
42 lbounded = _mm_and_si128(lbounded, min);
121 mask = _mm_and_si128(mask, _mm_adds_epu16(limit, one));
156 filt = _mm_and_si128(signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd),
162 filt = _mm_and_si128(filt, mask);
208 flat = _mm_and_si128(flat, mask);
246 flat2 = _mm_and_si128(flat2, flat); // flat2 & flat & mask
355 flat_p2 = _mm_and_si128(flat, flat_p2);
359 flat_q2 = _mm_and_si128(flat, flat_q2);
364 flat_p1 = _mm_and_si128(flat, flat_p1);
368 flat_q1 = _mm_and_si128(flat, flat_q1);
373 flat_p0 = _mm_and_si128(flat, flat_p0);
377 flat_q0 = _mm_and_si128(flat, flat_q0);
384 flat2_p6 = _mm_and_si128(flat2, flat2_p6);
389 flat2_q6 = _mm_and_si128(flat2, flat2_q6);
397 flat2_p5 = _mm_and_si128(flat2, flat2_p5);
403 flat2_q5 = _mm_and_si128(flat2, flat2_q5);
412 flat2_p4 = _mm_and_si128(flat2, flat2_p4);
417 flat2_q4 = _mm_and_si128(flat2, flat2_q4);
425 flat2_p3 = _mm_and_si128(flat2, flat2_p3);
430 flat2_q3 = _mm_and_si128(flat2, flat2_q3);
438 flat2_p2 = _mm_and_si128(flat2, flat2_p2);
444 flat2_q2 = _mm_and_si128(flat2, flat2_q2);
452 flat2_p1 = _mm_and_si128(flat2, flat2_p1);
457 flat2_q1 = _mm_and_si128(flat2, flat2_q1);
465 flat2_p0 = _mm_and_si128(flat2, flat2_p0);
470 flat2_q0 = _mm_and_si128(flat2, flat2_q0);
565 mask = _mm_and_si128(mask, _mm_adds_epu16(limit, one));
601 flat = _mm_and_si128(flat, mask); // flat & mask
637 filt = _mm_and_si128(filt, hev);
644 filt = _mm_and_si128(filt, mask);
667 q0 = _mm_and_si128(flat, q0);
674 q1 = _mm_and_si128(flat, q1);
680 q2 = _mm_and_si128(flat, q2);
687 p0 = _mm_and_si128(flat, p0);
694 p1 = _mm_and_si128(flat, p1);
700 p2 = _mm_and_si128(flat, p2);
813 mask = _mm_and_si128(mask, _mm_adds_epu16(limit, one));
830 filt = _mm_and_si128(filt, hev);
837 filt = _mm_and_si128(filt, mask);
845 work_a = _mm_and_si128(work_a, tffe0); // sign bits for the values < 0
846 filter1 = _mm_and_si128(filter1, t1f); // clamp the range
852 work_a = _mm_and_si128(work_a, tffe0);
853 filter2 = _mm_and_si128(filter2, t1f);
860 work_a = _mm_and_si128(work_a, tff80);
861 filt = _mm_and_si128(filt, t7f);