HomeSort by relevance Sort by last modified time
    Searched defs:HasCMov (Results 1 - 3 of 3) 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; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 79 bool HasCMov;
381 bool hasCMov() const { return HasCMov; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 104 bool HasCMov = false;
537 bool hasCMov() const { return HasCMov; }

Completed in 48 milliseconds