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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 176 else if (P.hasMips2())
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 170 bool hasMips2() const { return MipsArchVersion >= Mips2; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 390 bool hasMips2() const { return STI.getFeatureBits() & Mips::FeatureMips2; }
    [all...]

Completed in 29 milliseconds