Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h230 bool hasMSA() const { return HasMSA; } in hasMSA() function
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp429 bool hasMSA() const { return (STI.getFeatureBits() & Mips::FeatureMSA); } in hasMSA() function in __anond0efcad40211::MipsAsmParser