Home
last modified time | relevance | path

Searched defs:__SMLSD (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cm4_simd.h113 #define __SMLSD __smlsd macro
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h713 #define __SMLSD __smlsd macro
H A Dcmsis_gcc.h1266 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, ui… in __SMLSD() function
H A Dcmsis_armcc_V6.h1697 __attribute__((always_inline)) __STATIC_INLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, uint32… in __SMLSD() function
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_simd.h1242 __ALWAYS_INLINE uint32_t __SMLSD(uint32_t x, uint32_t y, uint32_t sum) in __SMLSD() function