Searched defs:utf8_unpacked (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/deps/simdutf/ |
| D | simdutf.cpp | 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 [all …]
|