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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h 44 bool IsN64() const { return ThisABI == ABI::N64; }
75 inline bool ArePtrs64bit() const { return IsN64(); }
76 inline bool AreGprs64bit() const { return IsN32() || IsN64(); }
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 298 bool IsN64 =
299 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64();
304 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
305 (IsN64 ? Mips::SP_64 : Mips::SP);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 118 bool HasMips64, IsN64;
MipsInstrInfo.h 115 bool IsN64;

Completed in 84 milliseconds