Searched refs:CC_MipsO32_FP32 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2286 static bool CC_MipsO32_FP32(unsigned ValNo, MVT ValVT, function
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;

Completed in 133 milliseconds