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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 162 if (P.hasMips5())
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 189 bool hasMips5() const { return MipsArchVersion >= Mips5; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 268 bool hasMips5() const { return STI.getFeatureBits() & Mips::FeatureMips5; }
    [all...]

Completed in 275 milliseconds