Searched refs:HasCmpxchg16b (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h161 /// HasCmpxchg16b - True if this processor has the CMPXCHG16B instruction;
163 bool HasCmpxchg16b; member in class:llvm::final
344 bool hasCmpxchg16b() const { return HasCmpxchg16b; }
H A DX86Subtarget.cpp286 HasCmpxchg16b = false;

Completed in 296 milliseconds