Home
last modified time | relevance | path

Searched refs:__SMLALD (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Dcore_cmSimd.h111 #define __SMLALD __smlald macro
519 __attribute__( ( always_inline ) ) __STATIC_INLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, u…
Darm_math.h1010 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/
Dcmsis_armcc.h709 #define __SMLALD __smlald macro
Dcmsis_gcc.h1216 __attribute__( ( always_inline ) ) __STATIC_INLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, u… in __SMLALD() function
Dcmsis_armcc_V6.h1647 __attribute__((always_inline)) __STATIC_INLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint6… in __SMLALD() function
Darm_math.h962 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()