Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Datomic.c305 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ macro
317 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +)
320 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, sub, -)
323 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, and, &)
326 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, or, |)
329 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, xor, ^)