Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbase64.c170 const uint8x16_t higher_nibble = vshrq_n_u8(input, 4); in decode_fromascii() local
172 const uint8x16_t sh = vqtbl2q_u8(shiftLUT, higher_nibble); in decode_fromascii()
176 const uint8x16_t bit = vqtbl2q_u8(bitposLUT, higher_nibble); in decode_fromascii()
702 const __m512i higher_nibble = _mm512_and_si512(_mm512_srli_epi32(str, 4), _mm512_set1_epi8(0x0f)); in php_base64_decode_ex_avx512() local
717 const __m512i bit = _mm512_shuffle_epi8(bitposLUT, higher_nibble); in php_base64_decode_ex_avx512()
722 const __m512i sh = _mm512_shuffle_epi8(shiftLUT, higher_nibble); in php_base64_decode_ex_avx512()

Completed in 8 milliseconds