Lines Matching refs:highbyte
12665 uint16x8_t highbyte = vandq_u16(perm, vmovq_n_u16(0x1f00)); // 5 bits
12669 uint16x8_t composed = vsraq_n_u16(ascii, highbyte, 2);
13692 uint16x8_t highbyte = vandq_u16(perm, vmovq_n_u16(0x1f00)); // 5 bits
13696 uint16x8_t composed = vsraq_n_u16(ascii, highbyte, 2);
22674 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
22675 __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));
22691 const __m128i highbyte =
22693 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4);
22717 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
22718 __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));
22732 const __m128i highbyte =
22734 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4);
22763 // We deliberately carry the leading four bits in highbyte if they are present,
22765 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi32(0xff000000));
22766 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 6);
22849 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
22850 const __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));
22865 const __m128i highbyte =
22867 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4);
22890 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
22891 const __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));
22905 const __m128i highbyte =
22907 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4);
22926 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi32(0x07000000));
22927 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 6);
24513 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
24514 __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));
29150 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
29151 __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));
29167 const __m128i highbyte =
29169 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4);
29194 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
29195 __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));
29209 const __m128i highbyte =
29211 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4);
29240 // We deliberately carry the leading four bits in highbyte if they are present,
29242 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi32(0xff000000));
29243 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 6);
29328 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
29329 const __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));
29345 const __m128i highbyte =
29347 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4);
29370 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
29371 const __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));
29385 const __m128i highbyte =
29387 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4);
29406 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi32(0x07000000));
29407 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 6);
29465 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
29466 __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));