Searched defs:middlebyte_shifted (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/deps/simdutf/ |
| D | simdutf.cpp | 22690 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); in convert_masked_utf8_to_utf16() local 22731 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); in convert_masked_utf8_to_utf16() local 22756 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); in convert_masked_utf8_to_utf16() local 22864 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); in convert_masked_utf8_to_utf32() local 22904 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); in convert_masked_utf8_to_utf32() local 22919 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); in convert_masked_utf8_to_utf32() local 29166 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); in convert_masked_utf8_to_utf16() local 29208 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); in convert_masked_utf8_to_utf16() local 29233 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); in convert_masked_utf8_to_utf16() local 29344 const __m128i middlebyte_shifted = _mm_srli_epi32(middlebyte, 2); in convert_masked_utf8_to_utf32() local [all …]
|