Home
last modified time | relevance | path

Searched defs:__SMLALD (Results 1 – 7 of 7) sorted by relevance

/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cm4_simd.h109 #define __SMLALD __smlald macro
H A Darm_math.h979 static __INLINE q63_t __SMLALD( in __SMLALD() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h709 #define __SMLALD __smlald macro
H A Dcmsis_gcc.h1216 __attribute__( ( always_inline ) ) __STATIC_INLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, u… in __SMLALD() function
H A Dcmsis_armcc_V6.h1647 __attribute__((always_inline)) __STATIC_INLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint6… in __SMLALD() function
H A Darm_math.h838 static __INLINE uint64_t __SMLALD( in __SMLALD() function
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_simd.h1285 __ALWAYS_INLINE uint64_t __SMLALD(uint32_t x, uint32_t y, uint64_t sum) in __SMLALD() function