Lines Matching refs:__CMPXCHG_CASE
340 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...) \ macro
364 __CMPXCHG_CASE(w, b, , 8, )
365 __CMPXCHG_CASE(w, h, , 16, )
366 __CMPXCHG_CASE(w, , , 32, )
367 __CMPXCHG_CASE(x, , , 64, )
368 __CMPXCHG_CASE(w, b, acq_, 8, a, "memory")
369 __CMPXCHG_CASE(w, h, acq_, 16, a, "memory")
370 __CMPXCHG_CASE(w, , acq_, 32, a, "memory")
371 __CMPXCHG_CASE(x, , acq_, 64, a, "memory")
372 __CMPXCHG_CASE(w, b, rel_, 8, l, "memory")
373 __CMPXCHG_CASE(w, h, rel_, 16, l, "memory")
374 __CMPXCHG_CASE(w, , rel_, 32, l, "memory")
375 __CMPXCHG_CASE(x, , rel_, 64, l, "memory")
376 __CMPXCHG_CASE(w, b, mb_, 8, al, "memory")
377 __CMPXCHG_CASE(w, h, mb_, 16, al, "memory")
378 __CMPXCHG_CASE(w, , mb_, 32, al, "memory")
379 __CMPXCHG_CASE(x, , mb_, 64, al, "memory")
381 #undef __CMPXCHG_CASE