Searched refs:__SMLALD (Results 1 – 6 of 6) sorted by relevance
/loramac-node-latest/src/boards/mcu/saml21/cmsis/ |
D | core_cmSimd.h | 111 #define __SMLALD __smlald macro 519 __attribute__( ( always_inline ) ) __STATIC_INLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, u…
|
D | arm_math.h | 1010 static __INLINE q63_t __SMLALD( in __SMLALD() function 5194 acc = __SMLALD(S->A1, (q31_t) *vstate, acc); in arm_pid_q15()
|
/loramac-node-latest/src/boards/mcu/stm32/cmsis/ |
D | cmsis_armcc.h | 709 #define __SMLALD __smlald macro
|
D | cmsis_gcc.h | 1216 __attribute__( ( always_inline ) ) __STATIC_INLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, u… in __SMLALD() function
|
D | cmsis_armcc_V6.h | 1647 __attribute__((always_inline)) __STATIC_INLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint6… in __SMLALD() function
|
D | arm_math.h | 962 static __INLINE uint64_t __SMLALD( in __SMLALD() function 4893 acc = (q63_t)__SMLALD((uint32_t)S->A1, (uint32_t)*vstate, (uint64_t)acc); in arm_pid_q15()
|