Searched defs:highbyte (Results 1 – 1 of 1) sorted by relevance
12665 uint16x8_t highbyte = vandq_u16(perm, vmovq_n_u16(0x1f00)); // 5 bits in convert_utf8_1_to_2_byte_to_utf16() local13692 uint16x8_t highbyte = vandq_u16(perm, vmovq_n_u16(0x1f00)); // 5 bits in convert_masked_utf8_to_latin1() local22674 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00)); in convert_masked_utf8_to_utf16() local22691 const __m128i highbyte = in convert_masked_utf8_to_utf16() local22717 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00)); in convert_masked_utf8_to_utf16() local22732 const __m128i highbyte = in convert_masked_utf8_to_utf16() local22765 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi32(0xff000000)); in convert_masked_utf8_to_utf16() local22849 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00)); in convert_masked_utf8_to_utf32() local22865 const __m128i highbyte = in convert_masked_utf8_to_utf32() local22890 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00)); in convert_masked_utf8_to_utf32() local[all …]