Searched refs:__SIMD32 (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/ |
| D | arm_q7_to_q15_reordered_no_shift.c | 106 *__SIMD32(pDst)++ = in2; in arm_q7_to_q15_reordered_no_shift() 107 *__SIMD32(pDst)++ = in1; in arm_q7_to_q15_reordered_no_shift() 109 *__SIMD32(pDst)++ = in1; in arm_q7_to_q15_reordered_no_shift() 110 *__SIMD32(pDst)++ = in2; in arm_q7_to_q15_reordered_no_shift()
|
| D | arm_nn_mult_q15.c | 98 *__SIMD32(pDst)++ = __PKHBT(out2, out1, 16); in arm_nn_mult_q15() 99 *__SIMD32(pDst)++ = __PKHBT(out4, out3, 16); in arm_nn_mult_q15() 103 *__SIMD32(pDst)++ = __PKHBT(out2, out1, 16); in arm_nn_mult_q15() 104 *__SIMD32(pDst)++ = __PKHBT(out4, out3, 16); in arm_nn_mult_q15()
|
| D | arm_nn_mult_q7.c | 80 *__SIMD32(pDst)++ = __PACKq7(out1, out2, out3, out4); in arm_nn_mult_q7()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/ |
| D | arm_convolve_HWC_q7_RGB.c | 125 *__SIMD32(pBuffer) = 0x0; in arm_convolve_HWC_q7_RGB() 158 *__SIMD32(pBuffer) = __PKHBT(bottom.word, top.word, 0); in arm_convolve_HWC_q7_RGB() 172 *__SIMD32(pBuffer) = __PKHTB(top.word, bottom.word, 0); in arm_convolve_HWC_q7_RGB()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/ |
| D | arm_pool_q7_HWC.c | 78 *__SIMD32(pIn)++ = in.word; in compare_and_replace_if_larger_q7() 122 *__SIMD32(pCnt)++ = __QADD16(vo1, in); in accumulate_q7_to_q15() 125 *__SIMD32(pCnt)++ = __QADD16(vo2, in); in accumulate_q7_to_q15()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/ |
| D | arm_math_memory.h | 62 #define __SIMD32(addr) (*(__SIMD32_TYPE **) & (addr)) macro
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/FullyConnectedFunctions/ |
| D | arm_fully_connected_mat_q7_vec_q15_opt.c | 179 inV = *__SIMD32(pA)++; in arm_fully_connected_mat_q7_vec_q15_opt()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/ |
| D | arm_math.h | 441 #define __SIMD32(addr) (*(__SIMD32_TYPE **) & (addr)) macro
|