Home
last modified time | relevance | path

Searched defs:one_byte_bytemask (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
Dsimdutf.cpp13126 const uint16x8_t one_byte_bytemask = vcleq_u16(in16, v_007f); in arm_convert_latin1_to_utf8() local
13870 const uint16x8_t one_byte_bytemask = vcleq_u16(in, v_007f); in arm_convert_utf16_to_utf8() local
13965 const uint16x8_t one_byte_bytemask = vcleq_u16(in, v_007f); in arm_convert_utf16_to_utf8() local
14124 const uint16x8_t one_byte_bytemask = vcleq_u16(in, v_007f); in arm_convert_utf16_to_utf8_with_errors() local
14219 const uint16x8_t one_byte_bytemask = vcleq_u16(in, v_007f); in arm_convert_utf16_to_utf8_with_errors() local
14579 const uint16x8_t one_byte_bytemask = vcleq_u16(utf16_packed, v_007f); in arm_convert_utf32_to_utf8() local
14673 const uint16x8_t one_byte_bytemask = vcleq_u16(utf16_packed, v_007f); in arm_convert_utf32_to_utf8() local
14812 const uint16x8_t one_byte_bytemask = vcleq_u16(utf16_packed, v_007f); in arm_convert_utf32_to_utf8_with_errors() local
14911 const uint16x8_t one_byte_bytemask = vcleq_u16(utf16_packed, v_007f); in arm_convert_utf32_to_utf8_with_errors() local
19854 const __m256i one_byte_bytemask = _mm256_cmpeq_epi16(_mm256_and_si256(in_16, v_ff80), v_0000); in avx512_convert_utf32_to_utf8() local
[all …]