Searched refs:middlebyte (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 13297 uint16x4_t middlebyte = vbic_u16(lowperm, vmov_n_u16(uint16_t(~0xFF00))); in convert_masked_utf8_to_utf16() local 13310 uint16x4_t middlelow = vsra_n_u16(ascii, middlebyte, 2); in convert_masked_utf8_to_utf16() 13390 uint32x4_t middlebyte = vandq_u32(perm, vmovq_n_u32(0x3F00)); in convert_masked_utf8_to_utf16() local 13399 uint32x4_t abc = vbslq_u32(vmovq_n_u32(0xFFFC0000), ab, vshlq_n_u32(middlebyte, 4)); in convert_masked_utf8_to_utf16() 22688 const __m128i middlebyte = 22690 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); 22729 const __m128i middlebyte = 22731 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); 22755 const __m128i middlebyte = _mm_and_si128(perm, _mm_set1_epi32(0x3f00)); 22756 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, [all...] |
Completed in 31 milliseconds