Searched defs:highbyte_shifted (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/deps/simdutf/ |
| D | simdutf.cpp | 22693 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4); in convert_masked_utf8_to_utf16() local 22734 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4); in convert_masked_utf8_to_utf16() local 22766 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 6); in convert_masked_utf8_to_utf16() local 22867 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4); in convert_masked_utf8_to_utf32() local 22907 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4); in convert_masked_utf8_to_utf32() local 22927 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 6); in convert_masked_utf8_to_utf32() local 29169 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4); in convert_masked_utf8_to_utf16() local 29211 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4); in convert_masked_utf8_to_utf16() local 29243 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 6); in convert_masked_utf8_to_utf16() local 29347 const __m128i highbyte_shifted = _mm_srli_epi32(highbyte, 4); in convert_masked_utf8_to_utf32() local [all …]
|