Searched refs:_d8 (Results 1 – 1 of 1) sorted by relevance
683 const __m256i _d8 = _mm256_set1_epi16(0xD8); in mb_utf16be_to_wchar_avx2() local691 …t surrogate_bitvec = _mm256_movemask_epi8(_mm256_cmpeq_epi16(_mm256_and_si256(operand, _f8), _d8)); in mb_utf16be_to_wchar_avx2()882 const __m256i _d8 = _mm256_set1_epi16(0xD800); in mb_utf16le_to_wchar_avx2() local887 …t surrogate_bitvec = _mm256_movemask_epi8(_mm256_cmpeq_epi16(_mm256_and_si256(operand, _f8), _d8)); in mb_utf16le_to_wchar_avx2()
Completed in 9 milliseconds