Searched refs:lower_nibble (Results 1 – 1 of 1) sorted by relevance
167 const uint8x16_t lower_nibble = vandq_u8(input, vdupq_n_u8(0x0f)); in decode_fromascii() local171 const uint8x16_t M = vqtbl2q_u8(maskLUT, lower_nibble); in decode_fromascii()
Completed in 7 milliseconds