Searched refs:pTempDest (Results 1 – 6 of 6) sorted by relevance
| /cmsis-dsp-latest/Source/FilteringFunctions/ |
| D | arm_fir_f16.c | 73 float16_t *pTempDest; /* Temporary pointer to the destination buffer */ in arm_fir_f16_1_4_mve() local 134 pTempDest = pState; in arm_fir_f16_1_4_mve() 138 vst1q(pTempDest, vld1q(pTempSrc)); in arm_fir_f16_1_4_mve() 140 pTempDest += 8; in arm_fir_f16_1_4_mve() 146 vstrhq_p_f16(pTempDest, vld1q(pTempSrc), p0); in arm_fir_f16_1_4_mve() 163 float16_t *pTempDest; /* Temporary pointer to the destination buffer */ in arm_fir_f16_5_8_mve() local 224 pTempDest = pState; in arm_fir_f16_5_8_mve() 228 vst1q(pTempDest, vld1q(pTempSrc)); in arm_fir_f16_5_8_mve() 230 pTempDest += 8; in arm_fir_f16_5_8_mve() 236 vstrhq_p_f16(pTempDest, vld1q(pTempSrc), p0); in arm_fir_f16_5_8_mve() [all …]
|
| D | arm_fir_q31.c | 116 q31_t *pTempDest; /* Temporary pointer to the destination buffer */\ 190 pTempDest = pState; \ 195 vstrwq_s32(pTempDest, vldrwq_s32(pTempSrc)); \ 197 pTempDest += 4; \ 204 vstrwq_p_s32(pTempDest, vldrwq_z_s32(pTempSrc, p0), p0); \ 219 q31_t *pTempDest; /* Temporary pointer to the destination buffer */ in arm_fir_q31_1_4_mve() local 358 pTempDest = pState; in arm_fir_q31_1_4_mve() 363 vst1q(pTempDest, vld1q(pTempSrc)); in arm_fir_q31_1_4_mve() 365 pTempDest += 4; in arm_fir_q31_1_4_mve() 372 vstrwq_p_s32(pTempDest, vld1q(pTempSrc), p0); in arm_fir_q31_1_4_mve() [all …]
|
| D | arm_fir_q15.c | 84 q15_t *pTempDest; /* Temporary pointer to the destination buffer */\ 133 pTempDest = pState; \ 139 vstrhq_s16(pTempDest, vldrhq_s16(pTempSrc)); \ 141 pTempDest += 8; \ 148 vstrhq_p_s16(pTempDest, vldrhq_z_s16(pTempSrc, p), p); \ 210 q15_t *pTempDest; /* Temporary pointer to the destination buffer */ in arm_fir_q15() local 439 pTempDest = pState; in arm_fir_q15() 444 vst1q(pTempDest, vld1q(pTempSrc)); in arm_fir_q15() 446 pTempDest += 8; in arm_fir_q15() 453 vstrhq_p_s16(pTempDest, vld1q(pTempSrc), p0); in arm_fir_q15()
|
| D | arm_fir_q7.c | 79 q7_t *pTempDest; /* Temporary pointer to the destination buffer */\ 129 pTempDest = pState; \ 134 vstrbq_p_s8(pTempDest, vldrbq_z_s8(pTempSrc, p), p); \ 136 pTempDest += 16; \ 201 q7_t *pTempDest; /* Temporary pointer to the destination buffer */ in arm_fir_q7() local 428 pTempDest = pState; in arm_fir_q7() 433 vst1q(pTempDest, vld1q(pTempSrc)); in arm_fir_q7() 435 pTempDest += 16; in arm_fir_q7() 442 vstrbq_p_s8(pTempDest, vld1q(pTempSrc), p0); in arm_fir_q7()
|
| D | arm_fir_f32.c | 177 float32_t *pTempDest; /* Temporary pointer to the destination buffer */ in arm_fir_f32_1_4_mve() local 235 pTempDest = pState; in arm_fir_f32_1_4_mve() 241 vstrwq_p_f32(pTempDest, vldrwq_z_f32(pTempSrc, p), p); in arm_fir_f32_1_4_mve() 243 pTempDest += 4; in arm_fir_f32_1_4_mve() 259 float32_t *pTempDest; /* Temporary pointer to the destination buffer */ in arm_fir_f32_5_8_mve() local 267 pTempDest = &(pState[(numTaps - 1u)]); in arm_fir_f32_5_8_mve() 271 vstrwq_p_f32(pTempDest, vld1q(pTempSrc), p0); in arm_fir_f32_5_8_mve() 272 pTempDest += 4; in arm_fir_f32_5_8_mve() 349 pTempDest = pState; in arm_fir_f32_5_8_mve() 353 *pTempDest++ = *pTempSrc++; in arm_fir_f32_5_8_mve() [all …]
|
| /cmsis-dsp-latest/dsppp/tests/ |
| D | filter_test.cpp | 43 q15_t *pTempDest; /* Temporary pointer to the destination buffer */\ 92 pTempDest = pState; \ 98 vstrhq_s16(pTempDest, vldrhq_s16(pTempSrc)); \ 100 pTempDest += 8; \ 107 vstrhq_p_s16(pTempDest, vldrhq_z_s16(pTempSrc, p), p); \ 169 q15_t *pTempDest; /* Temporary pointer to the destination buffer */ in debug_arm_fir_q15() local 405 pTempDest = pState; in debug_arm_fir_q15() 410 vst1q(pTempDest, vld1q(pTempSrc)); in debug_arm_fir_q15() 412 pTempDest += 8; in debug_arm_fir_q15() 419 vstrhq_p_s16(pTempDest, vld1q(pTempSrc), p0); in debug_arm_fir_q15()
|