Searched defs:IsN64 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h44 bool IsN64() const { return ThisABI == ABI::N64; } function in class:llvm::MipsABIInfo
/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp266 bool IsN64 = local
267 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64();
272 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
273 (IsN64 ? Mips::SP_64 : Mips::SP);

Completed in 122 milliseconds