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

  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 188 if ((EDX >> 15) & 1) { HasCMov = true; ToggleFeature(X86::FeatureCMOV); }
383 HasCMov = true; ToggleFeature(X86::FeatureCMOV);
425 HasCMov = false;
X86Subtarget.h 71 /// HasCMov - True if this processor has conditional move instructions
73 bool HasCMov;
226 bool hasCMov() const { return HasCMov; }

Completed in 18 milliseconds