Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h229 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2() function
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp428 bool hasDSPR2() const { return (STI.getFeatureBits() & Mips::FeatureDSPR2); } in hasDSPR2() function in __anond0efcad40211::MipsAsmParser