Searched defs:hasDSP (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h240 bool hasDSP() const { return HasDSP; } function in class:llvm::MipsSubtarget
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp287 bool hasDSP() const { return (STI.getFeatureBits() & Mips::FeatureDSP); } function in class:__anon26037::MipsAsmParser

Completed in 1003 milliseconds