Home | History | Annotate | Download | only in hrss

Lines Matching refs:carry0

107   const __m128i carry0 = _mm_srli_si128(v[0], 14);
112 v[1] |= carry0;
124 const __m128i carry0 = _mm_srli_si128(v[0], 14);
129 v[1] |= carry0;