Searched defs:hasMips32r2 (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsSubtarget.h109 bool hasMips32r2() const { return MipsArchVersion == Mips32r2 || function in class:llvm::MipsSubtarget
/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h196 bool hasMips32r2() const { function in class:llvm::MipsSubtarget
264 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); }
265 bool hasMTHC1() const { return hasMips32r2(); }
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp488 bool hasMips32r2() const { function in class:__anon13183::MipsAsmParser
3394 if (hasMips32r2()) {
3458 if (hasMips32r2()) {

Completed in 136 milliseconds