Searched defs:one_byte_bytemask (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/deps/simdutf/ |
| D | simdutf.cpp | 12536 const uint16x8_t one_byte_bytemask = vcleq_u16(in, v_007f); in arm_convert_utf16_to_utf8() local 12631 const uint16x8_t one_byte_bytemask = vcleq_u16(in, v_007f); in arm_convert_utf16_to_utf8() local 12803 const uint16x8_t one_byte_bytemask = vcleq_u16(in, v_007f); in arm_convert_utf16_to_utf8_with_errors() local 12898 const uint16x8_t one_byte_bytemask = vcleq_u16(in, v_007f); in arm_convert_utf16_to_utf8_with_errors() local 13217 const uint16x8_t one_byte_bytemask = vcleq_u16(utf16_packed, v_007f); in arm_convert_utf32_to_utf8() local 13312 const uint16x8_t one_byte_bytemask = vcleq_u16(utf16_packed, v_007f); in arm_convert_utf32_to_utf8() local 13451 const uint16x8_t one_byte_bytemask = vcleq_u16(utf16_packed, v_007f); in arm_convert_utf32_to_utf8_with_errors() local 13551 const uint16x8_t one_byte_bytemask = vcleq_u16(utf16_packed, v_007f); in arm_convert_utf32_to_utf8_with_errors() local 17303 const __m256i one_byte_bytemask = _mm256_cmpeq_epi16(_mm256_and_si256(in_16, v_ff80), v_0000); in avx512_convert_utf32_to_utf8() local 17548 const __m256i one_byte_bytemask = _mm256_cmpeq_epi16(_mm256_and_si256(in_16, v_ff80), v_0000); in avx512_convert_utf32_to_utf8_with_errors() local [all …]
|