Lines Matching refs:vecIn
75 q31x4_t vecMatA0, vecMatA1, vecMatA2, vecIn; in arm_mat_vec_mult_q31() local
104 vecIn = vld1q(pVec); in arm_mat_vec_mult_q31()
107 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q31()
108 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q31()
109 acc2 = vmlaldavaq(acc2, vecIn, vecMatA2); in arm_mat_vec_mult_q31()
125 vecIn = vldrwq_z_s32(pVec, p0); in arm_mat_vec_mult_q31()
127 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q31()
128 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q31()
129 acc2 = vmlaldavaq(acc2, vecIn, vecMatA2); in arm_mat_vec_mult_q31()
151 q31x4_t vecMatA0, vecMatA1, vecIn; in arm_mat_vec_mult_q31() local
179 vecIn = vld1q(pVec); in arm_mat_vec_mult_q31()
182 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q31()
183 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q31()
199 vecIn = vldrwq_z_s32(pVec, p0); in arm_mat_vec_mult_q31()
201 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q31()
202 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q31()
220 q31x4_t vecMatA0, vecIn; in arm_mat_vec_mult_q31() local
243 vecIn = vld1q(pVec); in arm_mat_vec_mult_q31()
245 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q31()
258 vecIn = vldrwq_z_s32(pVec, p0); in arm_mat_vec_mult_q31()
259 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q31()