Lines Matching refs:vx
50 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local
53 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); in __raid6_2data_recov_neon()
55 vy = vshrq_n_u8(vx, 4); in __raid6_2data_recov_neon()
56 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); in __raid6_2data_recov_neon()
58 qx = veorq_u8(vx, vy); in __raid6_2data_recov_neon()
61 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f)); in __raid6_2data_recov_neon()
63 vx = veorq_u8(vx, vy); in __raid6_2data_recov_neon()
64 db = veorq_u8(vx, qx); in __raid6_2data_recov_neon()
92 uint8x16_t vx, vy; in __raid6_datap_recov_neon() local
94 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); in __raid6_datap_recov_neon()
96 vy = vshrq_n_u8(vx, 4); in __raid6_datap_recov_neon()
97 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); 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()
102 vst1q_u8(dq, vx); in __raid6_datap_recov_neon()