Lines Matching defs:operand
123 #define atomic_fetch_add(object, operand) \ argument
126 #define atomic_fetch_sub(object, operand) \ argument
129 #define atomic_fetch_or(object, operand) \ argument
132 #define atomic_fetch_xor(object, operand) \ argument
135 #define atomic_fetch_and(object, operand) \ argument
138 #define atomic_fetch_add(object, operand) \ argument
141 #define atomic_fetch_sub(object, operand) \ argument
144 #define atomic_fetch_or(object, operand) \ argument
147 #define atomic_fetch_xor(object, operand) \ argument
150 #define atomic_fetch_and(object, operand) \ argument
154 #define atomic_fetch_add_explicit(object, operand, order) \ argument
157 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
160 #define atomic_fetch_or_explicit(object, operand, order) \ argument
163 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
166 #define atomic_fetch_and_explicit(object, operand, order) \ argument