Lines Matching refs:vy
50 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local
55 vy = vshrq_n_u8(vx, 4); in __raid6_2data_recov_neon()
57 vy = vqtbl1q_u8(qm1, vy); in __raid6_2data_recov_neon()
58 qx = veorq_u8(vx, vy); in __raid6_2data_recov_neon()
60 vy = vshrq_n_u8(px, 4); in __raid6_2data_recov_neon()
62 vy = vqtbl1q_u8(pm1, vy); in __raid6_2data_recov_neon()
63 vx = veorq_u8(vx, vy); in __raid6_2data_recov_neon()
92 uint8x16_t vx, vy; in __raid6_datap_recov_neon() local
96 vy = vshrq_n_u8(vx, 4); in __raid6_datap_recov_neon()
98 vy = vqtbl1q_u8(qm1, vy); in __raid6_datap_recov_neon()
99 vx = veorq_u8(vx, vy); in __raid6_datap_recov_neon()
100 vy = veorq_u8(vx, vld1q_u8(p)); in __raid6_datap_recov_neon()
103 vst1q_u8(p, vy); in __raid6_datap_recov_neon()