Searched refs:maskLUT (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/standard/ |
H A D | base64.c | 169 …nput, uint8x16_t *error, const uint8x16x2_t shiftLUT, const uint8x16x2_t maskLUT, const uint8x16x2… in decode_fromascii() argument 175 const uint8x16_t M = vqtbl2q_u8(maskLUT, lower_nibble); in decode_fromascii() 211 const uint8x16x2_t maskLUT = *((const uint8x16x2_t *)maskLUT_); in neon_base64_decode() local 220 uint8x16_t field_a = decode_fromascii(x.val[0], &error_a, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode() 221 uint8x16_t field_b = decode_fromascii(x.val[1], &error_b, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode() 222 uint8x16_t field_c = decode_fromascii(x.val[2], &error_c, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode() 223 uint8x16_t field_d = decode_fromascii(x.val[3], &error_d, shiftLUT, maskLUT, bitposLUT); in neon_base64_decode() 706 const __m512i maskLUT = _mm512_set4lanes_epi8( in php_base64_decode_ex_avx512() local 716 const __m512i M = _mm512_shuffle_epi8(maskLUT, lower_nibble); in php_base64_decode_ex_avx512()
|
Completed in 7 milliseconds