Lines Matching refs:__CMPXCHG_CASE
449 #define __CMPXCHG_CASE(w, sz, name, mb, cl...) \ macro
473 __CMPXCHG_CASE(w, b, 1, )
474 __CMPXCHG_CASE(w, h, 2, )
475 __CMPXCHG_CASE(w, , 4, )
476 __CMPXCHG_CASE(x, , 8, )
477 __CMPXCHG_CASE(w, b, acq_1, a, "memory")
478 __CMPXCHG_CASE(w, h, acq_2, a, "memory")
479 __CMPXCHG_CASE(w, , acq_4, a, "memory")
480 __CMPXCHG_CASE(x, , acq_8, a, "memory")
481 __CMPXCHG_CASE(w, b, rel_1, l, "memory")
482 __CMPXCHG_CASE(w, h, rel_2, l, "memory")
483 __CMPXCHG_CASE(w, , rel_4, l, "memory")
484 __CMPXCHG_CASE(x, , rel_8, l, "memory")
485 __CMPXCHG_CASE(w, b, mb_1, al, "memory")
486 __CMPXCHG_CASE(w, h, mb_2, al, "memory")
487 __CMPXCHG_CASE(w, , mb_4, al, "memory")
488 __CMPXCHG_CASE(x, , mb_8, al, "memory")
491 #undef __CMPXCHG_CASE