Searched defs:middlebyte (Results 1 – 1 of 1) sorted by relevance
13297 uint16x4_t middlebyte = vbic_u16(lowperm, vmov_n_u16(uint16_t(~0xFF00))); in convert_masked_utf8_to_utf16() local13390 uint32x4_t middlebyte = vandq_u32(perm, vmovq_n_u32(0x3F00)); in convert_masked_utf8_to_utf16() local22688 const __m128i middlebyte = in convert_masked_utf8_to_utf16() local22729 const __m128i middlebyte = in convert_masked_utf8_to_utf16() local22755 const __m128i middlebyte = _mm_and_si128(perm, _mm_set1_epi32(0x3f00)); in convert_masked_utf8_to_utf16() local22862 const __m128i middlebyte = in convert_masked_utf8_to_utf32() local22902 const __m128i middlebyte = in convert_masked_utf8_to_utf32() local22918 const __m128i middlebyte = _mm_and_si128(perm, _mm_set1_epi32(0x3f00)); in convert_masked_utf8_to_utf32() local29164 const __m128i middlebyte = in convert_masked_utf8_to_utf16() local29206 const __m128i middlebyte = in convert_masked_utf8_to_utf16() local[all …]