Lines Matching refs:__CMPXCHG_CASE
248 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...) \ macro
265 __CMPXCHG_CASE(w, b, , 8, )
266 __CMPXCHG_CASE(w, h, , 16, )
267 __CMPXCHG_CASE(w, , , 32, )
268 __CMPXCHG_CASE(x, , , 64, )
269 __CMPXCHG_CASE(w, b, acq_, 8, a, "memory")
270 __CMPXCHG_CASE(w, h, acq_, 16, a, "memory")
271 __CMPXCHG_CASE(w, , acq_, 32, a, "memory")
272 __CMPXCHG_CASE(x, , acq_, 64, a, "memory")
273 __CMPXCHG_CASE(w, b, rel_, 8, l, "memory")
274 __CMPXCHG_CASE(w, h, rel_, 16, l, "memory")
275 __CMPXCHG_CASE(w, , rel_, 32, l, "memory")
276 __CMPXCHG_CASE(x, , rel_, 64, l, "memory")
277 __CMPXCHG_CASE(w, b, mb_, 8, al, "memory")
278 __CMPXCHG_CASE(w, h, mb_, 16, al, "memory")
279 __CMPXCHG_CASE(w, , mb_, 32, al, "memory")
280 __CMPXCHG_CASE(x, , mb_, 64, al, "memory")
282 #undef __CMPXCHG_CASE