Home
last modified time | relevance | path

Searched refs:highbyte (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12665 uint16x8_t highbyte = vandq_u16(perm, vmovq_n_u16(0x1f00)); // 5 bits in convert_utf8_1_to_2_byte_to_utf16() local
12669 uint16x8_t composed = vsraq_n_u16(ascii, highbyte, 2); in convert_utf8_1_to_2_byte_to_utf16()
13692 uint16x8_t highbyte = vandq_u16(perm, vmovq_n_u16(0x1f00)); // 5 bits in convert_masked_utf8_to_latin1() local
13696 uint16x8_t composed = vsraq_n_u16(ascii, highbyte, 2); in convert_masked_utf8_to_latin1()
22674 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
22675 __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte, 2));
22691 const __m128i highbyte =
22693 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4);
22717 const __m128i highbyte = _mm_and_si128(perm, _mm_set1_epi16(0x1f00));
22718 __m128i composed = _mm_or_si128(ascii, _mm_srli_epi16(highbyte,
[all...]

Completed in 30 milliseconds