Home | History | Annotate | Download | only in Mips

Lines Matching refs:IsO32

3328   : CCInfo(Info), CallConv(CC), IsO32(IsO32_), IsFP64(IsFP64_),
3466 return IsO32 ? array_lengthof(O32IntRegs) : array_lengthof(Mips64IntRegs);
3470 return (IsO32 && (CallConv != CallingConv::Fast)) ? 16 : 0;
3474 return IsO32 ? O32IntRegs : Mips64IntRegs;
3483 return IsO32 ? (IsFP64 ? CC_MipsO32_FP64 : CC_MipsO32_FP32) : CC_MipsN;
3487 return IsO32 ? (IsFP64 ? CC_MipsO32_FP64 : CC_MipsO32_FP32) : CC_MipsN_VarArg;
3491 return IsO32 ? O32IntRegs : Mips64DPRegs;
3520 if (IsSoftFloat || IsO32)