Searched refs:vqtbl1q_u8 (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/raid6/
H A Drecov_neon_inner.c16 static uint8x16_t vqtbl1q_u8(uint8x16_t a, uint8x16_t b) function
57 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f));
58 vy = vqtbl1q_u8(qm1, vy);
62 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f));
63 vy = vqtbl1q_u8(pm1, vy);
98 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f));
99 vy = vqtbl1q_u8(qm1, vy);
/linux-master/crypto/
H A Daegis128-neon-inner.c69 w = vqtbl1q_u8(w, vld1q_u8(shift_rows));
90 w ^= vqtbl1q_u8(v ^ w, vld1q_u8(ror32by8));
182 static uint8x16_t vqtbl1q_u8(uint8x16_t a, uint8x16_t b) function
254 m = vqtbl1q_u8(vld1q_u8(in + size - AEGIS_BLOCK_SIZE),
260 vqtbl1q_u8(m ^ s, vld1q_u8(permute + size)));
306 vqtbl1q_u8(m, vld1q_u8(permute + size)));
337 v = vqtbl1q_u8(~vceqq_u8(v, vld1q_u8(tag_xor)),

Completed in 278 milliseconds