Lines Matching refs:IsN64
218 HasMips64(Subtarget->hasMips64()), IsN64(Subtarget->isABI_N64()),
399 setStackPointerRegisterToSaveRestore(IsN64 ? Mips::SP_64 : Mips::SP);
401 setExceptionPointerRegister(IsN64 ? Mips::A0_64 : Mips::A0);
402 setExceptionSelectorRegister(IsN64 ? Mips::A1_64 : Mips::A1);
926 LL = IsN64 ? Mips::LL_P8 : Mips::LL;
927 SC = IsN64 ? Mips::SC_P8 : Mips::SC;
934 LL = IsN64 ? Mips::LLD_P8 : Mips::LLD;
935 SC = IsN64 ? Mips::SCD_P8 : Mips::SCD;
1011 unsigned LL = IsN64 ? Mips::LL_P8 : Mips::LL;
1012 unsigned SC = IsN64 ? Mips::SC_P8 : Mips::SC;
1173 LL = IsN64 ? Mips::LL_P8 : Mips::LL;
1174 SC = IsN64 ? Mips::SC_P8 : Mips::SC;
1180 LL = IsN64 ? Mips::LLD_P8 : Mips::LLD;
1181 SC = IsN64 ? Mips::SCD_P8 : Mips::SCD;
1253 unsigned LL = IsN64 ? Mips::LL_P8 : Mips::LL;
1254 unsigned SC = IsN64 ? Mips::SC_P8 : Mips::SC;
1413 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || IsN64) {
1494 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) {
1525 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64)
1615 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64)
1634 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64)
1824 IsN64 ? Mips::FP_64 : Mips::FP, VT);
1837 unsigned RA = IsN64 ? Mips::RA_64 : Mips::RA;
1859 EVT Ty = IsN64 ? MVT::i64 : MVT::i32;
1863 unsigned OffsetReg = IsN64 ? Mips::V1_64 : Mips::V1;
1864 unsigned AddrReg = IsN64 ? Mips::V0_64 : Mips::V0;
2281 unsigned GPReg = IsN64 ? Mips::GP_64 : Mips::GP;
2282 EVT Ty = IsN64 ? MVT::i64 : MVT::i32;
2379 IsN64 ? Mips::SP_64 : Mips::SP,
2467 bool IsPICCall = (IsN64 || IsPIC); // true if calls are translated to jalr $25
2488 if (!IsN64 && !IsPIC) // !N64 && static
2693 createVirtualRegister(getRegClassFor(IsN64 ? MVT::i64 : MVT::i32));
2779 unsigned V0 = IsN64 ? Mips::V0_64 : Mips::V0;
3073 if (IsN64)