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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 85 // HasBitCount - Count leading '1' and '0' bits.
86 bool HasBitCount;
129 bool hasBitCount() const { return HasBitCount; }
MipsISelLowering.cpp 211 if (!Subtarget->hasBitCount())
    [all...]

Completed in 9330 milliseconds