Lines Matching refs:ATOMIC_OP
54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \
67 ATOMIC_OP (op, asm_op, I, w, int, )
70 ATOMIC_OP (op, asm_op, I, w, int, ) \
71 ATOMIC_OP (op, asm_op, I, d, s64, 64)
80 #undef ATOMIC_OP
245 #define ATOMIC_OP(c_t, prefix, size) \
292 ATOMIC_OP(int, , 4)
295 ATOMIC_OP(int, , 4) \
296 ATOMIC_OP(s64, 64, 8)
311 #undef ATOMIC_OP