Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/microblaze/
Datomic-machine.h138 #define __arch_atomic_exchange_and_add_32(mem, value) \ macro
168 __result = __arch_atomic_exchange_and_add_32 (mem, value); \
/glibc-2.36/sysdeps/powerpc/
Datomic-machine.h113 #define __arch_atomic_exchange_and_add_32(mem, value) \ macro
247 __result = __arch_atomic_exchange_and_add_32 (mem, value); \
/glibc-2.36/ChangeLog.old/
DChangeLog.148198 (__arch_atomic_exchange_and_add_32): Add "memory" to clobber list.
9626 (__arch_atomic_exchange_and_add_32): Change (mem) constraint to "b".
9826 (__arch_atomic_exchange_and_add_32): New macro.