Home | History | Annotate | Download | only in x86

Lines Matching defs:eight

28   const __m128i eight = _mm_set1_epi16(8);
40 in[0] = _mm_add_epi16(in[0], eight);
41 in[1] = _mm_add_epi16(in[1], eight);