Home
last modified time | relevance | path

Searched refs:has128BitCAS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Datomic.d611 enum has128BitCAS = false; in version() local
617 enum has128BitCAS = true; in version() local
624 enum has128BitCAS = GNU_Have_LibAtomic; in version() local
630 enum has128BitCAS = false; variable
836 enum hasDWCAS = has128BitCAS;
953 static if (has128BitCAS)
1003 static if (has128BitCAS)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Datomic.d13 import core.atomic : MemoryOrder, has128BitCAS;
1069 (T.sizeof == 16 && has128BitCAS)) && // or supports 128-bit CAS