Home
last modified time | relevance | path

Searched defs: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
702 const __m512i higher_nibble = _mm512_and_si512(_mm512_srli_epi32(str, 4), _mm512_set1_epi8(0x0f)); in php_base64_decode_ex_avx512() local

Completed in 17 milliseconds