Home
last modified time | relevance | path

Searched refs:_f8 (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c688 const __m256i _f8 = _mm256_set1_epi16(0xF8); in mb_utf16be_to_wchar_avx2() local
697 …t surrogate_bitvec = _mm256_movemask_epi8(_mm256_cmpeq_epi16(_mm256_and_si256(operand, _f8), _d8)); in mb_utf16be_to_wchar_avx2()
887 const __m256i _f8 = _mm256_set1_epi16(0xF800); in mb_utf16le_to_wchar_avx2() local
893 …t surrogate_bitvec = _mm256_movemask_epi8(_mm256_cmpeq_epi16(_mm256_and_si256(operand, _f8), _d8)); in mb_utf16le_to_wchar_avx2()

Completed in 7 milliseconds