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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 111 bool hasMips64() const { return MipsArchVersion >= Mips64; }
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 194 hasMips64();
212 bool hasMips64() const { return MipsArchVersion >= Mips64; }
278 unsigned stackAlignment() const { return hasMips64() ? 16 : 8; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 485 bool hasMips64() const {
    [all...]

Completed in 168 milliseconds