Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
Dsimdutf.cpp12665 uint16x8_t highbyte = vandq_u16(perm, vmovq_n_u16(0x1f00)); // 5 bits in convert_utf8_1_to_2_byte_to_utf16() local
13692 uint16x8_t highbyte = vandq_u16(perm, vmovq_n_u16(0x1f00)); // 5 bits in convert_masked_utf8_to_latin1() local
22674 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00)); in convert_masked_utf8_to_utf16() local
22691 const __m128i highbyte = in convert_masked_utf8_to_utf16() local
22717 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00)); in convert_masked_utf8_to_utf16() local
22732 const __m128i highbyte = in convert_masked_utf8_to_utf16() local
22765 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi32(0xff000000)); in convert_masked_utf8_to_utf16() local
22849 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00)); in convert_masked_utf8_to_utf32() local
22865 const __m128i highbyte = in convert_masked_utf8_to_utf32() local
22890 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00)); in convert_masked_utf8_to_utf32() local
[all …]