Searched refs:__cmp (Results 1 – 1 of 1) sorted by relevance
186 atomic_cas_32(volatile uint32_t *__memory, uint32_t __cmp, uint32_t __newvalue) in atomic_cas_32() argument193 : "a" (__cmp), "r" (__newvalue)); in atomic_cas_32()198 : "r" (__memory), "r" (__cmp), "1" (__newvalue)); in atomic_cas_32()