Home
last modified time | relevance | path

Searched defs:cmpxchg16b (Results 1 – 9 of 9) sorted by relevance

/external/rust/android-crates-io/crates/portable-atomic/src/imp/atomic128/
Dx86_64.rs90 unsafe fn cmpxchg16b(dst: *mut u128, old: u128, new: u128) -> (u128, bool) { in cmpxchg16b() function
112 macro_rules! cmpxchg16b { in cmpxchg16b() macro
312 macro_rules! cmpxchg16b { in atomic_load_cmpxchg16b() macro
467 macro_rules! cmpxchg16b { in atomic_swap_cmpxchg16b() macro
Dintrinsics.rs119 unsafe fn cmpxchg16b( in atomic_compare_exchange() function
/external/cpuinfo/test/mock/
Dzenfone-c.cc458 TEST(ISA, cmpxchg16b) { in TEST() argument
Dzenfone-2e.cc458 TEST(ISA, cmpxchg16b) { in TEST() argument
Dmemo-pad-7.cc458 TEST(ISA, cmpxchg16b) { in TEST() argument
Dleagoo-t5c.cc458 TEST(ISA, cmpxchg16b) { in TEST() argument
Dalldocube-iwork8.cc458 TEST(ISA, cmpxchg16b) { in TEST() argument
Dzenfone-2.cc458 TEST(ISA, cmpxchg16b) { in TEST() argument
/external/cpuinfo/include/
Dcpuinfo.h838 bool cmpxchg16b; member