Home
last modified time | relevance | path

Searched defs:hasMips5 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h173 bool hasMips5() const { return MipsArchVersion >= Mips5; } in hasMips5() function
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp393 bool hasMips5() const { return STI.getFeatureBits() & Mips::FeatureMips5; } in hasMips5() function in __anond0efcad40211::MipsAsmParser