Home | History | Annotate | Download | only in Mips

Lines Matching refs:isABI_N64

609   unsigned Size = STI.isABI_N64() ? 64 : 32;
610 unsigned LUi = STI.isABI_N64() ? Mips::LUi64 : Mips::LUi;
611 unsigned ZEROReg = STI.isABI_N64() ? Mips::ZERO_64 : Mips::ZERO;
612 const TargetRegisterClass *RC = STI.isABI_N64() ?