Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cm4_simd.h110 #define __SMLALDX __smlaldx macro
H A Darm_math.h992 static __INLINE q63_t __SMLALDX( in __SMLALDX() function
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h710 #define __SMLALDX __smlaldx macro
H A Dcmsis_gcc.h1233 __attribute__( ( always_inline ) ) __STATIC_INLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, … in __SMLALDX() function
H A Dcmsis_armcc_V6.h1664 __attribute__((always_inline)) __STATIC_INLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, uint… in __SMLALDX() function
H A Darm_math.h853 static __INLINE uint64_t __SMLALDX( in __SMLALDX() function
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_simd.h1309 __ALWAYS_INLINE uint64_t __SMLALDX(uint32_t x, uint32_t y, uint64_t sum) in __SMLALDX() function