HomeSort by relevance Sort by last modified time
    Searched refs:HasCmpxchg16b (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.h 131 /// HasCmpxchg16b - True if this processor has the CMPXCHG16B instruction;
133 bool HasCmpxchg16b;
226 bool hasCmpxchg16b() const { return HasCmpxchg16b; }
X86Subtarget.cpp 234 HasCmpxchg16b = true;
347 , HasCmpxchg16b(false)

Completed in 99 milliseconds