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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 64 /// HasCMov - True if this processor has conditional move instructions
66 bool HasCMov;
171 bool hasCMov() const { return HasCMov; }
X86Subtarget.cpp 190 if ((EDX >> 15) & 1) { HasCMov = true; ToggleFeature(X86::FeatureCMOV); }
280 , HasCMov(false)
334 HasCMov = true; ToggleFeature(X86::FeatureCMOV);
  /external/llvm/lib/Target/X86/
X86Subtarget.h 79 bool HasCMov;
381 bool hasCMov() const { return HasCMov; }
X86Subtarget.cpp 237 HasCMov = false;
332 return hasCMov() && X86EarlyIfConv;

Completed in 1318 milliseconds