Searched refs:op3 (Results 1 – 1 of 1) sorted by relevance
249 __STATIC_FORCEINLINE uint32_t SMLAD(uint32_t op1, uint32_t op2, uint32_t op3) in SMLAD() argument253 __ASM volatile("smlad %0, %1, %2, %3" : "=r"(result) : "r"(op1), "r"(op2), "r"(op3)); in SMLAD()