Lines Matching refs:ATOMIC64_OPS
369 #define ATOMIC64_OPS(op, op1, op2) \
374 ATOMIC64_OPS(add, adds, adc)
375 ATOMIC64_OPS(sub, subs, sbc)
382 #undef ATOMIC64_OPS
383 #define ATOMIC64_OPS(op, op1, op2) \
389 ATOMIC64_OPS(and, and, and)
390 ATOMIC64_OPS(andnot, bic, bic)
391 ATOMIC64_OPS(or, orr, orr)
392 ATOMIC64_OPS(xor, eor, eor)
399 #undef ATOMIC64_OPS