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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 178 hasMips64();
196 bool hasMips64() const { return MipsArchVersion >= Mips64; }
256 unsigned stackAlignment() const { return hasMips64() ? 16 : 8; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 397 bool hasMips64() const {
    [all...]

Completed in 276 milliseconds