Home
last modified time | relevance | path

Searched refs:vx (Results 1 – 2 of 2) sorted by relevance

/lib/raid6/
Drecov_neon_inner.c50 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()
[all …]
Ds390vx.uc17 asm(".include \"asm/vx-insn.h\"\n");