| H A D | atomic.c | 264 #define OPTIMISED_CASE(n, lockfree, type) \ argument 277 #define OPTIMISED_CASE(n, lockfree, type) \ argument 292 #define OPTIMISED_CASE(n, lockfree, type) \ argument 306 #define OPTIMISED_CASE(n, lockfree, type) \ argument 329 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument 353 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +) argument 356 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, sub, -) argument 359 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, and, &) argument 362 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, or, |) argument 365 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, xor, ^) argument [all …]
|