Searched defs:cmpxchg16b (Results 1 – 9 of 9) sorted by relevance
90 unsafe fn cmpxchg16b(dst: *mut u128, old: u128, new: u128) -> (u128, bool) { in cmpxchg16b() function112 macro_rules! cmpxchg16b { in cmpxchg16b() macro312 macro_rules! cmpxchg16b { in atomic_load_cmpxchg16b() macro467 macro_rules! cmpxchg16b { in atomic_swap_cmpxchg16b() macro
119 unsafe fn cmpxchg16b( in atomic_compare_exchange() function
458 TEST(ISA, cmpxchg16b) { in TEST() argument
838 bool cmpxchg16b; member