Lines Matching refs:kPrimDouble
844 if (type == Primitive::kPrimDouble) { in GenMinMaxFP()
898 if (type == Primitive::kPrimDouble) { in GenMinMaxFP()
907 if (type == Primitive::kPrimDouble) { in GenMinMaxFP()
919 if (type == Primitive::kPrimDouble) { in GenMinMaxFP()
927 if (type == Primitive::kPrimDouble) { in GenMinMaxFP()
943 if (type == Primitive::kPrimDouble) { in GenMinMaxFP()
954 if (type == Primitive::kPrimDouble) { in GenMinMaxFP()
974 if (type == Primitive::kPrimDouble) { in GenMinMaxFP()
1003 Primitive::kPrimDouble, in VisitMathMinDoubleDouble()
1029 Primitive::kPrimDouble, in VisitMathMaxDoubleDouble()
2271 DCHECK(type == Primitive::kPrimFloat || type == Primitive::kPrimDouble); in GenIsInfinite()
2274 if (type == Primitive::kPrimDouble) { in GenIsInfinite()
2284 if (type == Primitive::kPrimDouble) { in GenIsInfinite()
2295 if (type == Primitive::kPrimDouble) { in GenIsInfinite()
2319 GenIsInfinite(invoke->GetLocations(), Primitive::kPrimDouble, IsR6(), GetAssembler()); in VisitDoubleIsInfinite()