Lines Matching refs:vecIn
78 q15x8_t vecMatA0, vecMatA1, vecMatA2, vecIn; in arm_mat_vec_mult_q15() local
107 vecIn = vld1q(pVec); in arm_mat_vec_mult_q15()
110 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q15()
111 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q15()
112 acc2 = vmlaldavaq(acc2, vecIn, vecMatA2); in arm_mat_vec_mult_q15()
128 vecIn = vldrhq_z_s16(pVec, p0); in arm_mat_vec_mult_q15()
130 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q15()
131 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q15()
132 acc2 = vmlaldavaq(acc2, vecIn, vecMatA2); in arm_mat_vec_mult_q15()
154 q15x8_t vecMatA0, vecMatA1, vecIn; in arm_mat_vec_mult_q15() local
182 vecIn = vld1q(pVec); in arm_mat_vec_mult_q15()
185 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q15()
186 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q15()
202 vecIn = vldrhq_z_s16(pVec, p0); in arm_mat_vec_mult_q15()
204 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q15()
205 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q15()
223 q15x8_t vecMatA0, vecIn; in arm_mat_vec_mult_q15() local
246 vecIn = vld1q(pVec); in arm_mat_vec_mult_q15()
248 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q15()
261 vecIn = vldrhq_z_s16(pVec, p0); in arm_mat_vec_mult_q15()
262 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q15()