Searched refs:vecState (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_interpolate_q15.c | 80 q15x8_t vecState, vecCoef; in arm_fir_interpolate_q15() local 125 vecState = vldrhq_s16(ptr1); in arm_fir_interpolate_q15() 128 acc0 = vmlaldavaq(acc0, vecState, vecCoef); in arm_fir_interpolate_q15() 131 acc1 = vmlaldavaq(acc1, vecState, vecCoef); in arm_fir_interpolate_q15() 134 acc2 = vmlaldavaq(acc2, vecState, vecCoef); in arm_fir_interpolate_q15() 137 acc3 = vmlaldavaq(acc3, vecState, vecCoef); in arm_fir_interpolate_q15() 148 vecState = vldrhq_z_s16(ptr1, p0); in arm_fir_interpolate_q15() 151 acc0 = vmlaldavaq(acc0, vecState, vecCoef); in arm_fir_interpolate_q15() 154 acc1 = vmlaldavaq(acc1, vecState, vecCoef); in arm_fir_interpolate_q15() 157 acc2 = vmlaldavaq(acc2, vecState, vecCoef); in arm_fir_interpolate_q15() [all …]
|
D | arm_fir_interpolate_q31.c | 77 q31x4_t vecState, vecCoef; in arm_fir_interpolate_q31() local 122 vecState = vldrwq_s32(ptr1); in arm_fir_interpolate_q31() 125 acc0 = vrmlaldavhaq(acc0, vecState, vecCoef); in arm_fir_interpolate_q31() 128 acc1 = vrmlaldavhaq(acc1, vecState, vecCoef); in arm_fir_interpolate_q31() 131 acc2 = vrmlaldavhaq(acc2, vecState, vecCoef); in arm_fir_interpolate_q31() 134 acc3 = vrmlaldavhaq(acc3, vecState, vecCoef); in arm_fir_interpolate_q31() 145 vecState = vldrwq_z_s32(ptr1, p0); in arm_fir_interpolate_q31() 148 acc0 = vrmlaldavhaq(acc0, vecState, vecCoef); in arm_fir_interpolate_q31() 151 acc1 = vrmlaldavhaq(acc1, vecState, vecCoef); in arm_fir_interpolate_q31() 154 acc2 = vrmlaldavhaq(acc2, vecState, vecCoef); in arm_fir_interpolate_q31() [all …]
|
D | arm_fir_interpolate_f32.c | 186 f32x4_t vecCoef, vecState; in arm_fir_interpolate2_f32_mve() local 188 vecState = vldrwq_f32(ptr1); in arm_fir_interpolate2_f32_mve() 191 acc1 = vfmaq_f32(acc1, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() 194 acc0 = vfmaq_f32(acc0, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() 208 f32x4_t vecCoef, vecState; in arm_fir_interpolate2_f32_mve() local 210 vecState = vldrwq_z_f32(ptr1, p0); in arm_fir_interpolate2_f32_mve() 213 acc1 = vfmaq_f32(acc1, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() 215 acc0 = vfmaq_f32(acc0, vecState, vecCoef); in arm_fir_interpolate2_f32_mve() 400 f32x4_t vecCoef, vecState; in arm_fir_interpolate_f32() local 402 vecState = vldrwq_f32(ptr1); in arm_fir_interpolate_f32() [all …]
|