Home
last modified time | relevance | path

Searched defs:hasCmpxchg16b (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcpuid.d192 bool hasCmpxchg16b() {return _hasCmpxchg16b;} in hasCmpxchg16b() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h703 bool hasCmpxchg16b() const { return HasCmpxchg16b && is64Bit(); } in hasCmpxchg16b() function