Searched refs:fcNegSubnormal (Results 1 – 15 of 15) sorted by relevance
20 if (Mask & fcNegSubnormal) in fneg()27 NewMask |= fcNegSubnormal; in fneg()79 {fcNegSubnormal, "nsub"},
5189 return isNegative() ? fcNegSubnormal : fcPosSubnormal; in classify()
246 fcNegSubnormal = 0x0010, enumerator256 fcSubnormal = fcPosSubnormal | fcNegSubnormal,259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
266 return isKnownNever(fcNegSubnormal); in isKnownNeverNegSubnormal()298 fcNegSubnormal | fcNegNormal | fcNegInf;350 if (KnownFPClasses & fcNegSubnormal) in fabs()
192 case fcNegSubnormal: in invertFPClassTestIfSimpler()
4060 return {LHS, fcNegSubnormal | fcNegNormal | fcNegInf}; in fcmpToClassTest()4062 return {LHS, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan}; in fcmpToClassTest()4536 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()4854 Known.knownNot(fcNegSubnormal); in computeKnownFPClass()5089 if (Known.KnownFPClasses & fcNegSubnormal) in computeKnownFPClass()
2690 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldScalarCall2()
868 case fcPositive | fcNegZero | fcNegSubnormal: in fpclassTestIsFCmp0()884 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
175 if (Check & fcNegSubnormal)
2479 return fcNegSubnormal; in keywordToFPClassTest()
7888 if (PartialCheck == fcNegSubnormal) in lowerISFPCLASS()
6080 if (Check & fcNegSubnormal) in lowerIS_FPCLASS()
8538 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()
11237 if (Mask & fcNegSubnormal) in getDataClassTest()
5382 if (Check & fcNegSubnormal) in LowerIS_FPCLASS()