Searched refs:higher_nibble (Results 1 – 1 of 1) sorted by relevance
166 const uint8x16_t higher_nibble = vshrq_n_u8(input, 4); in decode_fromascii() local168 const uint8x16_t sh = vqtbl2q_u8(shiftLUT, higher_nibble); in decode_fromascii()172 const uint8x16_t bit = vqtbl2q_u8(bitposLUT, higher_nibble); in decode_fromascii()
Completed in 8 milliseconds