Searched refs:vecMatA0 (Results 1 – 3 of 3) sorted by relevance
| /cmsis-dsp-latest/Source/MatrixFunctions/ |
| D | arm_mat_vec_mult_q31.c | 75 q31x4_t vecMatA0, vecMatA1, vecMatA2, vecIn; in arm_mat_vec_mult_q31() local 98 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q31() 107 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q31() 122 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q31() 127 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q31() 151 q31x4_t vecMatA0, vecMatA1, vecIn; in arm_mat_vec_mult_q31() local 175 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q31() 182 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q31() 197 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q31() 201 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q31() [all …]
|
| D | arm_mat_vec_mult_q15.c | 78 q15x8_t vecMatA0, vecMatA1, vecMatA2, vecIn; in arm_mat_vec_mult_q15() local 101 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q15() 110 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q15() 125 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q15() 130 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q15() 154 q15x8_t vecMatA0, vecMatA1, vecIn; in arm_mat_vec_mult_q15() local 178 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q15() 185 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q15() 200 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q15() 204 acc0 = vmlaldavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q15() [all …]
|
| D | arm_mat_vec_mult_q7.c | 78 q7x16_t vecMatA0, vecMatA1, vecMatA2, vecMatA3, vecIn; in arm_mat_vec_mult_q7() local 104 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q7() 115 acc0 = vmladavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q7() 131 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q7() 137 acc0 = vmladavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q7() 163 q7x16_t vecMatA0, vecMatA1, vecIn; in arm_mat_vec_mult_q7() local 187 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q7() 194 acc0 = vmladavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q7() 209 vecMatA0 = vld1q(pMat0Vec); in arm_mat_vec_mult_q7() 213 acc0 = vmladavaq(acc0, vecIn, vecMatA0); in arm_mat_vec_mult_q7() [all …]
|