Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.h243 bool hasMips2() const { return MipsArchVersion >= Mips2; } in hasMips2() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp50 bool hasMips2() const { return STI.getFeatureBits()[Mips::FeatureMips2]; } in hasMips2() function in __anon3842413e0111::MipsDisassembler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp601 bool hasMips2() const { in hasMips2() function in __anon9ad0c19e0211::MipsAsmParser