Home
last modified time | relevance | path

Searched refs:__SMLAD (Results 1 – 22 of 22) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_correlate_fast_q15.c192 sum = __SMLAD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_fast_q15()
194 sum = __SMLAD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_fast_q15()
208 sum = __SMLAD(*px++, *py++, sum); in arm_correlate_fast_q15()
287 acc0 = __SMLAD(x0, c0, acc0); in arm_correlate_fast_q15()
290 acc1 = __SMLAD(x1, c0, acc1); in arm_correlate_fast_q15()
299 acc2 = __SMLAD(x2, c0, acc2); in arm_correlate_fast_q15()
302 acc3 = __SMLAD(x3, c0, acc3); in arm_correlate_fast_q15()
308 acc0 = __SMLAD(x2, c0, acc0); in arm_correlate_fast_q15()
311 acc1 = __SMLAD(x3, c0, acc1); in arm_correlate_fast_q15()
321 acc2 = __SMLAD(x0, c0, acc2); in arm_correlate_fast_q15()
[all …]
Darm_conv_partial_q7.c195 sum = __SMLAD(input1, input2, sum); in arm_conv_partial_q7()
209 sum = __SMLAD(input1, input2, sum); in arm_conv_partial_q7()
331 acc0 = __SMLAD(input1, input2, acc0); in arm_conv_partial_q7()
340 acc1 = __SMLAD(input1, input2, acc1); in arm_conv_partial_q7()
349 acc2 = __SMLAD(input1, input2, acc2); in arm_conv_partial_q7()
361 acc3 = __SMLAD(input1, input2, acc3); in arm_conv_partial_q7()
384 acc0 = __SMLAD(input1, input2, acc0); in arm_conv_partial_q7()
393 acc1 = __SMLAD(input1, input2, acc1); in arm_conv_partial_q7()
402 acc2 = __SMLAD(input1, input2, acc2); in arm_conv_partial_q7()
414 acc3 = __SMLAD(input1, input2, acc3); in arm_conv_partial_q7()
[all …]
Darm_biquad_cascade_df1_fast_q15.c116 acc = __SMLAD(b1, state_in, out); in arm_biquad_cascade_df1_fast_q15()
118 acc = __SMLAD(a1, state_out, acc); in arm_biquad_cascade_df1_fast_q15()
143 acc = __SMLAD(b1, state_in, out); in arm_biquad_cascade_df1_fast_q15()
145 acc = __SMLAD(a1, state_out, acc); in arm_biquad_cascade_df1_fast_q15()
200 acc = __SMLAD(b1, state_in, out); in arm_biquad_cascade_df1_fast_q15()
202 acc = __SMLAD(a1, state_out, acc); in arm_biquad_cascade_df1_fast_q15()
Darm_conv_q7.c337 sum = __SMLAD(input1, input2, sum); in arm_conv_q7()
351 sum = __SMLAD(input1, input2, sum); in arm_conv_q7()
465 acc0 = __SMLAD(input1, input2, acc0); in arm_conv_q7()
474 acc1 = __SMLAD(input1, input2, acc1); in arm_conv_q7()
483 acc2 = __SMLAD(input1, input2, acc2); in arm_conv_q7()
495 acc3 = __SMLAD(input1, input2, acc3); in arm_conv_q7()
518 acc0 = __SMLAD(input1, input2, acc0); in arm_conv_q7()
527 acc1 = __SMLAD(input1, input2, acc1); in arm_conv_q7()
536 acc2 = __SMLAD(input1, input2, acc2); in arm_conv_q7()
548 acc3 = __SMLAD(input1, input2, acc3); in arm_conv_q7()
[all …]
Darm_fir_decimate_fast_q15.c129 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_decimate_fast_q15()
130 acc1 = __SMLAD(x1, c0, acc1); in arm_fir_decimate_fast_q15()
140 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_decimate_fast_q15()
141 acc1 = __SMLAD(x1, c0, acc1); in arm_fir_decimate_fast_q15()
167 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_decimate_fast_q15()
168 acc1 = __SMLAD(x1, c0, acc1); in arm_fir_decimate_fast_q15()
224 sum0 = __SMLAD(x0, c0, sum0); in arm_fir_decimate_fast_q15()
230 sum0 = __SMLAD(x0, c1, sum0); in arm_fir_decimate_fast_q15()
255 sum0 = __SMLAD(x0, c0, sum0); in arm_fir_decimate_fast_q15()
Darm_fir_fast_q15.c131 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_fast_q15()
134 acc2 = __SMLAD(x2, c0, acc2); in arm_fir_fast_q15()
163 acc0 = __SMLAD(x2, c0, acc0); in arm_fir_fast_q15()
169 acc2 = __SMLAD(x0, c0, acc2); in arm_fir_fast_q15()
196 acc0 = __SMLAD(x0, c0, acc0); in arm_fir_fast_q15()
197 acc2 = __SMLAD(x2, c0, acc2); in arm_fir_fast_q15()
Darm_correlate_q7.c413 sum = __SMLAD(input1, input2, sum); in arm_correlate_q7()
427 sum = __SMLAD(input1, input2, sum); in arm_correlate_q7()
543 acc0 = __SMLAD(input1, input2, acc0); in arm_correlate_q7()
552 acc1 = __SMLAD(input1, input2, acc1); in arm_correlate_q7()
561 acc2 = __SMLAD(input1, input2, acc2); in arm_correlate_q7()
573 acc3 = __SMLAD(input1, input2, acc3); in arm_correlate_q7()
596 acc0 = __SMLAD(input1, input2, acc0); in arm_correlate_q7()
605 acc1 = __SMLAD(input1, input2, acc1); in arm_correlate_q7()
614 acc2 = __SMLAD(input1, input2, acc2); in arm_correlate_q7()
626 acc3 = __SMLAD(input1, input2, acc3); in arm_correlate_q7()
[all …]
Darm_conv_partial_fast_opt_q15.c234 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_partial_fast_opt_q15()
235 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_partial_fast_opt_q15()
251 acc0 = __SMLAD(x2, y2, acc0); in arm_conv_partial_fast_opt_q15()
252 acc2 = __SMLAD(x1, y2, acc2); in arm_conv_partial_fast_opt_q15()
346 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_partial_fast_opt_q15()
Darm_conv_fast_q15.c162 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15()
221 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15()
365 acc0 = __SMLAD(x0, c0, acc0); in arm_conv_fast_q15()
366 acc1 = __SMLAD(x1, c0, acc1); in arm_conv_fast_q15()
421 acc1 = __SMLAD(x2, c0, acc1); in arm_conv_fast_q15()
605 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15()
641 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15()
Darm_conv_partial_opt_q7.c245 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_partial_opt_q7()
246 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_partial_opt_q7()
273 acc0 = __SMLAD(x2, y1, acc0); in arm_conv_partial_opt_q7()
275 acc2 = __SMLAD(x1, y1, acc2); in arm_conv_partial_opt_q7()
351 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_partial_opt_q7()
Darm_conv_partial_fast_q15.c177 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15()
236 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15()
389 acc0 = __SMLAD (x0, c0, acc0); in arm_conv_partial_fast_q15()
390 acc1 = __SMLAD (x1, c0, acc1); in arm_conv_partial_fast_q15()
444 acc1 = __SMLAD (x2, c0, acc1); in arm_conv_partial_fast_q15()
637 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15()
676 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15()
Darm_conv_fast_opt_q15.c223 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_fast_opt_q15()
224 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_fast_opt_q15()
240 acc0 = __SMLAD(x2, y2, acc0); in arm_conv_fast_opt_q15()
241 acc2 = __SMLAD(x1, y2, acc2); in arm_conv_fast_opt_q15()
Darm_correlate_fast_opt_q15.c200 acc0 = __SMLAD(x1, y1, acc0); in arm_correlate_fast_opt_q15()
201 acc2 = __SMLAD(x2, y1, acc2); in arm_correlate_fast_opt_q15()
217 acc0 = __SMLAD(x2, y2, acc0); in arm_correlate_fast_opt_q15()
218 acc2 = __SMLAD(x1, y2, acc2); in arm_correlate_fast_opt_q15()
Darm_conv_opt_q7.c226 acc0 = __SMLAD(x1, y1, acc0); in arm_conv_opt_q7()
227 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_opt_q7()
254 acc0 = __SMLAD(x2, y1, acc0); in arm_conv_opt_q7()
256 acc2 = __SMLAD(x1, y1, acc2); in arm_conv_opt_q7()
Darm_correlate_opt_q7.c251 acc0 = __SMLAD(x1, y1, acc0); in arm_correlate_opt_q7()
252 acc2 = __SMLAD(x2, y1, acc2); in arm_correlate_opt_q7()
279 acc0 = __SMLAD(x2, y1, acc0); in arm_correlate_opt_q7()
281 acc2 = __SMLAD(x1, y1, acc2); in arm_correlate_opt_q7()
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_vec_mult_q7.c335 sum1 = __SMLAD(matData, vecData, sum1); in arm_mat_vec_mult_q7()
336 sum1 = __SMLAD(matData2, vecData2, sum1); in arm_mat_vec_mult_q7()
340 sum2 = __SMLAD(matData, vecData, sum2); in arm_mat_vec_mult_q7()
341 sum2 = __SMLAD(matData2, vecData2, sum2); in arm_mat_vec_mult_q7()
345 sum3 = __SMLAD(matData, vecData, sum3); in arm_mat_vec_mult_q7()
346 sum3 = __SMLAD(matData2, vecData2, sum3); in arm_mat_vec_mult_q7()
350 sum4 = __SMLAD(matData, vecData, sum4); in arm_mat_vec_mult_q7()
351 sum4 = __SMLAD(matData2, vecData2, sum4); in arm_mat_vec_mult_q7()
400 sum = __SMLAD(matData, vecData, sum); in arm_mat_vec_mult_q7()
401 sum = __SMLAD(matData2, vecData2, sum); in arm_mat_vec_mult_q7()
Darm_mat_mult_fast_q15.c281 sum = __SMLAD(inA1, inB1, sum); in arm_mat_mult_fast_q15()
282 sum2 = __SMLAD(inA1, inB2, sum2); in arm_mat_mult_fast_q15()
283 sum3 = __SMLAD(inA2, inB1, sum3); in arm_mat_mult_fast_q15()
284 sum4 = __SMLAD(inA2, inB2, sum4); in arm_mat_mult_fast_q15()
397 sum = __SMLAD(inA1, inB1, sum); in arm_mat_mult_fast_q15()
398 sum = __SMLAD(inA2, inB2, sum); in arm_mat_mult_fast_q15()
449 sum = __SMLAD(inA1, inB1, sum); in arm_mat_mult_fast_q15()
450 sum = __SMLAD(inA2, inB2, sum); in arm_mat_mult_fast_q15()
/cmsis-dsp-latest/Source/StatisticsFunctions/
Darm_power_q7.c130 sum = __SMLAD(in1, in1, sum); in arm_power_q7()
131 sum = __SMLAD(in2, in2, sum); in arm_power_q7()
/cmsis-dsp-latest/Source/BasicMathFunctions/
Darm_dot_prod_q7.c145 sum = __SMLAD(inA1, inB1, sum); in arm_dot_prod_q7()
146 sum = __SMLAD(inA2, inB2, sum); in arm_dot_prod_q7()
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/
Dq7.hpp238 s = __SMLAD(inA1, inB1, sum.v); in vmacc()
239 s = __SMLAD(inA2, inB2, s); in vmacc()
/cmsis-dsp-latest/Source/TransformFunctions/
Darm_rfft_q15.c284 outR = __SMLAD(read_q15x2 (pSrc2), read_q15x2((q15_t *) pCoefB), outR) >> 16U; in arm_split_rfft_q15()
496 outR = __SMLAD(read_q15x2(pSrc1), read_q15x2 ((q15_t *) pCoefA), outR) >> 16U; in arm_split_rifft_q15()
/cmsis-dsp-latest/Include/dsp/
Dnone.h455 __STATIC_FORCEINLINE uint32_t __SMLAD( in __SMLAD() function