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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 102 /// HasLZCNT - Processor has LZCNT instruction.
103 bool HasLZCNT;
193 bool hasLZCNT() const { return HasLZCNT; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 133 bool HasLZCNT;
416 bool hasLZCNT() const { return HasLZCNT; }

Completed in 100 milliseconds