/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/ |
A D | arm_correlate_q15.c | 294 acc0 = __SMLALD(x0, c0, acc0); in arm_correlate_q15() 297 acc1 = __SMLALD(x1, c0, acc1); in arm_correlate_q15() 306 acc2 = __SMLALD(x2, c0, acc2); in arm_correlate_q15() 309 acc3 = __SMLALD(x3, c0, acc3); in arm_correlate_q15() 315 acc0 = __SMLALD(x2, c0, acc0); in arm_correlate_q15() 318 acc1 = __SMLALD(x3, c0, acc1); in arm_correlate_q15() 329 acc2 = __SMLALD(x0, c0, acc2); in arm_correlate_q15() 332 acc3 = __SMLALD(x1, c0, acc3); in arm_correlate_q15() 358 acc0 = __SMLALD(x0, c0, acc0); in arm_correlate_q15() 359 acc1 = __SMLALD(x1, c0, acc1); in arm_correlate_q15() [all …]
|
A D | arm_fir_q15.c | 144 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_q15() 147 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_q15() 156 acc2 = __SMLALD(x2, c0, acc2); in arm_fir_q15() 159 acc3 = __SMLALD(x3, c0, acc3); in arm_fir_q15() 165 acc0 = __SMLALD(x2, c0, acc0); in arm_fir_q15() 168 acc1 = __SMLALD(x3, c0, acc1); in arm_fir_q15() 177 acc2 = __SMLALD(x0, c0, acc2); in arm_fir_q15() 180 acc3 = __SMLALD(x1, c0, acc3); in arm_fir_q15() 202 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_q15() 206 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_q15() [all …]
|
A D | arm_correlate_opt_q15.c | 280 acc0 = __SMLALD(x1, y1, acc0); in arm_correlate_opt_q15() 282 acc2 = __SMLALD(x2, y1, acc2); in arm_correlate_opt_q15() 294 acc0 = __SMLALD(x2, y2, acc0); in arm_correlate_opt_q15() 296 acc2 = __SMLALD(x1, y2, acc2); in arm_correlate_opt_q15() 338 acc0 = __SMLALD(x1, y1, acc0); in arm_correlate_opt_q15() 340 acc2 = __SMLALD(x2, y1, acc2); in arm_correlate_opt_q15() 359 acc0 = __SMLALD(x2, y2, acc0); in arm_correlate_opt_q15() 361 acc2 = __SMLALD(x1, y2, acc2); in arm_correlate_opt_q15()
|
A D | arm_conv_opt_q15.c | 302 acc0 = __SMLALD(x1, y1, acc0); in arm_conv_opt_q15() 303 acc2 = __SMLALD(x2, y1, acc2); in arm_conv_opt_q15() 319 acc0 = __SMLALD(x2, y2, acc0); in arm_conv_opt_q15() 320 acc2 = __SMLALD(x1, y2, acc2); in arm_conv_opt_q15() 362 acc0 = __SMLALD(x1, y1, acc0); in arm_conv_opt_q15() 364 acc2 = __SMLALD(x2, y1, acc2); in arm_conv_opt_q15() 383 acc0 = __SMLALD(x2, y2, acc0); in arm_conv_opt_q15() 385 acc2 = __SMLALD(x1, y2, acc2); in arm_conv_opt_q15()
|
A D | arm_fir_decimate_q15.c | 135 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_decimate_q15() 137 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_decimate_q15() 148 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_decimate_q15() 150 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_decimate_q15() 170 acc0 = __SMLALD(x0, c0, acc0); in arm_fir_decimate_q15() 171 acc1 = __SMLALD(x1, c0, acc1); in arm_fir_decimate_q15() 229 sum0 = __SMLALD(x0, c0, sum0); in arm_fir_decimate_q15() 235 sum0 = __SMLALD(x0, c1, sum0); in arm_fir_decimate_q15() 253 sum0 = __SMLALD(x0, c0, sum0); in arm_fir_decimate_q15()
|
A D | arm_biquad_cascade_df1_q15.c | 126 acc = __SMLALD(b1, state_in, out); in arm_biquad_cascade_df1_q15() 128 acc = __SMLALD(a1, state_out, acc); in arm_biquad_cascade_df1_q15() 166 acc = __SMLALD(b1, state_in, out); in arm_biquad_cascade_df1_q15() 168 acc = __SMLALD(a1, state_out, acc); in arm_biquad_cascade_df1_q15() 241 acc = __SMLALD(b1, state_in, out); in arm_biquad_cascade_df1_q15() 243 acc = __SMLALD(a1, state_out, acc); in arm_biquad_cascade_df1_q15()
|
A D | arm_conv_q15.c | 170 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15() 229 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15() 379 acc0 = __SMLALD(x0, c0, acc0); in arm_conv_q15() 380 acc1 = __SMLALD(x1, c0, acc1); in arm_conv_q15() 436 acc1 = __SMLALD(x2, c0, acc1); in arm_conv_q15() 633 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15() 669 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15()
|
A D | arm_conv_partial_q15.c | 188 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15() 247 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15() 405 acc0 = __SMLALD(x0, c0, acc0); in arm_conv_partial_q15() 406 acc1 = __SMLALD(x1, c0, acc1); in arm_conv_partial_q15() 463 acc1 = __SMLALD(x2, c0, acc1); in arm_conv_partial_q15() 659 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15() 698 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15()
|
A D | arm_conv_partial_opt_q15.c | 223 acc0 = __SMLALD(x1, y1, acc0); in arm_conv_partial_opt_q15() 224 acc2 = __SMLALD(x2, y1, acc2); in arm_conv_partial_opt_q15() 240 acc0 = __SMLALD(x2, y2, acc0); in arm_conv_partial_opt_q15() 241 acc2 = __SMLALD(x1, y2, acc2); in arm_conv_partial_opt_q15() 343 acc0 = __SMLALD(x1, y1, acc0); in arm_conv_partial_opt_q15()
|
A D | arm_lms_q15.c | 122 acc = __SMLALD(*__SIMD32(px)++, (*__SIMD32(pb)++), acc); in arm_lms_q15() 123 acc = __SMLALD(*__SIMD32(px)++, (*__SIMD32(pb)++), acc); in arm_lms_q15()
|
A D | arm_lms_norm_q15.c | 140 acc = __SMLALD(*__SIMD32(px)++, (*__SIMD32(pb)++), acc); in arm_lms_norm_q15() 141 acc = __SMLALD(*__SIMD32(px)++, (*__SIMD32(pb)++), acc); in arm_lms_norm_q15()
|
A D | arm_iir_lattice_q15.c | 199 acc = __SMLALD(gnext, v, acc); in arm_iir_lattice_q15() 267 acc = __SMLALD(gnext, v, acc); in arm_iir_lattice_q15()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/BasicMathFunctions/ |
A D | arm_dot_prod_q15.c | 80 sum = __SMLALD(*__SIMD32(pSrcA)++, *__SIMD32(pSrcB)++, sum); in arm_dot_prod_q15() 81 sum = __SMLALD(*__SIMD32(pSrcA)++, *__SIMD32(pSrcB)++, sum); in arm_dot_prod_q15() 95 sum = __SMLALD(*pSrcA++, *pSrcB++, sum); in arm_dot_prod_q15()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/StatisticsFunctions/ |
A D | arm_power_q15.c | 86 sum = __SMLALD(in32, in32, sum); in arm_power_q15() 88 sum = __SMLALD(in32, in32, sum); in arm_power_q15() 103 sum = __SMLALD(in16, in16, sum); in arm_power_q15()
|
A D | arm_rms_q15.c | 82 sum = __SMLALD(in, in, sum); in arm_rms_q15() 84 sum = __SMLALD(in, in, sum); in arm_rms_q15() 99 sum = __SMLALD(in1, in1, sum); in arm_rms_q15()
|
A D | arm_std_q15.c | 98 sumOfSquares = __SMLALD(in, in, sumOfSquares); in arm_std_q15() 102 sumOfSquares = __SMLALD(in, in, sumOfSquares); in arm_std_q15() 118 sumOfSquares = __SMLALD(in1, in1, sumOfSquares); in arm_std_q15()
|
A D | arm_var_q15.c | 98 sumOfSquares = __SMLALD(in, in, sumOfSquares); in arm_var_q15() 102 sumOfSquares = __SMLALD(in, in, sumOfSquares); in arm_var_q15() 118 sumOfSquares = __SMLALD(in1, in1, sumOfSquares); in arm_var_q15()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/MatrixFunctions/ |
A D | arm_mat_mult_q15.c | 301 sum = __SMLALD(pSourceA1, pSourceB1, sum); 302 sum = __SMLALD(pSourceA2, pSourceB2, sum);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ca/ |
A D | cmsis_armclang_ca.h | 340 #define __SMLALD __builtin_arm_smlald macro
|
A D | cmsis_iccarm_ca.h | 363 #define __SMLALD __iar_builtin_SMLALD macro
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
A D | controller_functions.h | 361 acc = (q63_t)__SMLALD((uint32_t)S->A1, (uint32_t)read_q15x2 (S->state), (uint64_t)acc); in arm_pid_q15()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/ |
A D | controller_functions.h | 361 acc = (q63_t)__SMLALD((uint32_t)S->A1, (uint32_t)read_q15x2 (S->state), (uint64_t)acc); in arm_pid_q15()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/ |
A D | core_cm4_simd.h | 109 #define __SMLALD __smlald macro 542 #define __SMLALD(ARG1,ARG2,ARG3) \
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ |
A D | cmsis_armcc.h | 844 #define __SMLALD __smlald macro
|
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/ |
A D | cmsis_armcc.h | 844 #define __SMLALD __smlald macro
|