• Home
  • Raw
  • Download

Lines Matching defs:utf8_unpacked

13127     const uint8x16_t utf8_unpacked =  in arm_convert_latin1_to_utf8()  local
13871 … const uint8x16_t utf8_unpacked = vreinterpretq_u8_u16(vbslq_u16(one_byte_bytemask, in, t4)); in arm_convert_utf16_to_utf8() local
14125 … const uint8x16_t utf8_unpacked = vreinterpretq_u8_u16(vbslq_u16(one_byte_bytemask, in, t4)); in arm_convert_utf16_to_utf8_with_errors() local
14580 …const uint8x16_t utf8_unpacked = vreinterpretq_u8_u16(vbslq_u16(one_byte_bytemask, utf16_packed, t… in arm_convert_utf32_to_utf8() local
14813 …const uint8x16_t utf8_unpacked = vreinterpretq_u8_u16(vbslq_u16(one_byte_bytemask, utf16_packed, t… in arm_convert_utf32_to_utf8_with_errors() local
19879 const __m256i utf8_unpacked = _mm256_blendv_epi8(t4, in_16, one_byte_bytemask); in avx512_convert_utf32_to_utf8() local
20124 const __m256i utf8_unpacked = _mm256_blendv_epi8(t4, in_16, one_byte_bytemask); in avx512_convert_utf32_to_utf8_with_errors() local
22538 const __m256i utf8_unpacked = _mm256_blendv_epi8(t4, in, one_byte_bytemask); in avx2_convert_latin1_to_utf8() local
23137 const __m256i utf8_unpacked = _mm256_blendv_epi8(t4, in, one_byte_bytemask); in avx2_convert_utf16_to_utf8() local
23380 const __m256i utf8_unpacked = _mm256_blendv_epi8(t4, in, one_byte_bytemask); in avx2_convert_utf16_to_utf8_with_errors() local
23898 const __m256i utf8_unpacked = _mm256_blendv_epi8(t4, in_16, one_byte_bytemask); in avx2_convert_utf32_to_utf8() local
24143 const __m256i utf8_unpacked = _mm256_blendv_epi8(t4, in_16, one_byte_bytemask); in avx2_convert_utf32_to_utf8_with_errors() local
28457 const __m128i utf8_unpacked = _mm_blendv_epi8(t4, v_u16, one_byte_bytemask); in write_v_u16_11bits_to_utf8() local
30358 const __m128i utf8_unpacked = _mm_blendv_epi8(t4, in_16, one_byte_bytemask); in sse_convert_utf32_to_utf8() local
30614 const __m128i utf8_unpacked = _mm_blendv_epi8(t4, in_16, one_byte_bytemask); in sse_convert_utf32_to_utf8_with_errors() local