Searched refs:vecMatA1 (Results 1 – 3 of 3) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_vec_mult_q31.c | 75 q31x4_t vecMatA0, vecMatA1, vecMatA2, vecIn; in arm_mat_vec_mult_q31() local 100 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q31() 108 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q31() 123 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q31() 128 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q31() 151 q31x4_t vecMatA0, vecMatA1, vecIn; in arm_mat_vec_mult_q31() local 177 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q31() 183 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q31() 198 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q31() 202 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q31()
|
D | arm_mat_vec_mult_q15.c | 78 q15x8_t vecMatA0, vecMatA1, vecMatA2, vecIn; in arm_mat_vec_mult_q15() local 103 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q15() 111 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q15() 126 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q15() 131 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q15() 154 q15x8_t vecMatA0, vecMatA1, vecIn; in arm_mat_vec_mult_q15() local 180 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q15() 186 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q15() 201 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q15() 205 acc1 = vmlaldavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q15()
|
D | arm_mat_vec_mult_q7.c | 78 q7x16_t vecMatA0, vecMatA1, vecMatA2, vecMatA3, vecIn; in arm_mat_vec_mult_q7() local 106 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q7() 116 acc1 = vmladavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q7() 132 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q7() 138 acc1 = vmladavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q7() 163 q7x16_t vecMatA0, vecMatA1, vecIn; in arm_mat_vec_mult_q7() local 189 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q7() 195 acc1 = vmladavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q7() 210 vecMatA1 = vld1q(pMat1Vec); in arm_mat_vec_mult_q7() 214 acc1 = vmladavaq(acc1, vecIn, vecMatA1); in arm_mat_vec_mult_q7()
|