Searched refs:__SMMLA (Results 1 – 13 of 13) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
| D | arm_mat_mult_fast_q31.c | 147 sum1 = __SMMLA(inA1, inB1, sum1); in arm_mat_mult_fast_q31() 148 sum2 = __SMMLA(inA1, inB2, sum2); in arm_mat_mult_fast_q31() 149 sum3 = __SMMLA(inA2, inB1, sum3); in arm_mat_mult_fast_q31() 150 sum4 = __SMMLA(inA2, inB2, sum4); in arm_mat_mult_fast_q31() 213 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31() 220 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31() 227 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31() 234 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31() 256 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31() 309 sum1 = __SMMLA(inA1, inB1, sum1); in arm_mat_mult_fast_q31() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/ |
| D | cmsis_armcc.h | 887 #define __SMMLA(ARG1,ARG2,ARG3) ( (int32_t)((((int64_t)(ARG1) * (ARG2)) + \ macro
|
| D | cmsis_armclang.h | 1432 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
|
| D | cmsis_iccarm.h | 475 #define __SMMLA __iar_builtin_SMMLA macro
|
| D | cmsis_armclang_ltm.h | 1879 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
|
| D | cmsis_gcc.h | 2154 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
|
| D | arm_math.h | 1183 __STATIC_FORCEINLINE int32_t __SMMLA( in __SMMLA() function
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/ |
| D | cmsis_armcc.h | 877 #define __SMMLA(ARG1,ARG2,ARG3) ( (int32_t)((((int64_t)(ARG1) * (ARG2)) + \ macro
|
| D | cmsis_armclang.h | 1491 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
|
| D | cmsis_iccarm.h | 508 #define __SMMLA __iar_builtin_SMMLA macro
|
| D | cmsis_armclang_ltm.h | 1916 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
|
| D | cmsis_gcc.h | 2217 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
| D | none.h | 561 __STATIC_FORCEINLINE int32_t __SMMLA( in __SMMLA() function
|