Searched refs:swap_bytes (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_utf16.c | 686 …const __m256i swap_bytes = _mm256_set_epi8(14, 15, 12, 13, 10, 11, 8, 9, 6, 7, 4, 5, 2, 3, 0, 1, 1… in mb_utf16be_to_wchar_avx2() local 696 operand = _mm256_shuffle_epi8(operand, swap_bytes); in mb_utf16be_to_wchar_avx2() 706 operand = _mm256_shuffle_epi8(operand, swap_bytes); in mb_utf16be_to_wchar_avx2()
|
Completed in 6 milliseconds