Home
last modified time | relevance | path

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

/cmsis-nn-latest/Include/Internal/
Darm_nn_compiler.h249 __STATIC_FORCEINLINE uint32_t SMLAD(uint32_t op1, uint32_t op2, uint32_t op3) in SMLAD() argument
253 __ASM volatile("smlad %0, %1, %2, %3" : "=r"(result) : "r"(op1), "r"(op2), "r"(op3)); in SMLAD()