HomeSort by relevance Sort by last modified time
    Searched defs:hasMips4 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 188 bool hasMips4() const { return MipsArchVersion >= Mips4; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSubtarget.h 237 bool hasMips4() const { return MipsArchVersion >= Mips4; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 444 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); }
476 bool hasMips4() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 527 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); }
565 bool hasMips4() const {
    [all...]

Completed in 181 milliseconds