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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 164 else if (P.hasMips4())
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 188 bool hasMips4() const { return MipsArchVersion >= Mips4; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 248 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); }
267 bool hasMips4() const { return STI.getFeatureBits() & Mips::FeatureMips4; }
    [all...]

Completed in 124 milliseconds