Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h170 bool hasMips2() const { return MipsArchVersion >= Mips2; } in hasMips2() function
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp390 bool hasMips2() const { return STI.getFeatureBits() & Mips::FeatureMips2; } in hasMips2() function in __anond0efcad40211::MipsAsmParser