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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 172 bool hasMips4() const { return MipsArchVersion >= Mips4; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 372 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); }
392 bool hasMips4() const { return STI.getFeatureBits() & Mips::FeatureMips4; }
    [all...]

Completed in 242 milliseconds