Searched refs:fcNegNormal (Results 1 – 15 of 15) sorted by relevance
18 if (Mask & fcNegNormal) in fneg()29 NewMask |= fcNegNormal; in fneg()82 {fcNegNormal, "nnorm"},
5187 return isNegative() ? fcNegNormal : fcPosNormal; in classify()
245 fcNegNormal = 0x0008, enumerator255 fcNormal = fcPosNormal | fcNegNormal,259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
189 case fcNegNormal: in invertFPClassTestIfSimpler()
298 fcNegSubnormal | fcNegNormal | fcNegInf;353 if (KnownFPClasses & fcNegNormal) in fabs()
4060 return {LHS, fcNegSubnormal | fcNegNormal | fcNegInf}; in fcmpToClassTest()4062 return {LHS, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan}; in fcmpToClassTest()4215 Mask |= fcNegNormal | fcNegInf; in fcmpToClassTest()4227 Mask |= fcNegInf | fcNegNormal; in fcmpToClassTest()4536 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()5090 Known.KnownFPClasses |= fcNegNormal; in computeKnownFPClass()
2689 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldScalarCall2()
884 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()892 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
171 if (Check & fcNegNormal)
2473 return fcNegNormal; in keywordToFPClassTest()
7939 if (PartialCheck == fcNegNormal) in lowerISFPCLASS()
6076 if (Check & fcNegNormal) in lowerIS_FPCLASS()
8595 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()
11173 if (Mask == fcPosNormal || Mask == fcNegNormal) in getDataClassTest()
5378 if (Check & fcNegNormal) in LowerIS_FPCLASS()