Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
Dsimdutf.cpp12218 uint8x16_t middlehighbyte = vandq_u8(perm, vreinterpretq_u8_u32(vmovq_n_u32(0x3f0000))); in convert_masked_utf8_to_utf16() local
12390 uint8x16_t middlehighbyte = vandq_u8(perm, vreinterpretq_u8_u32(vmovq_n_u32(0x3f0000))); in convert_masked_utf8_to_utf32() local
19894 __m128i middlehighbyte = _mm_and_si128(perm, _mm_set1_epi32(0x3f0000)); in convert_masked_utf8_to_utf16() local
20058 __m128i middlehighbyte = _mm_and_si128(perm, _mm_set1_epi32(0x3f0000)); in convert_masked_utf8_to_utf32() local
25331 __m128i middlehighbyte = _mm_and_si128(perm, _mm_set1_epi32(0x3f0000)); in convert_masked_utf8_to_utf16() local
25498 __m128i middlehighbyte = _mm_and_si128(perm, _mm_set1_epi32(0x3f0000)); in convert_masked_utf8_to_utf32() local