Lines Matching refs:fcNegNormal
4626 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf);
4628 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan);
4790 RHSClass == fcNegNormal || RHSClass == fcNormal ||
4822 FPClassTest ClassesLE = fcNegInf | fcNegNormal;
4828 ClassesGE |= fcNegNormal;
4894 // fcmp olt x, smallest_normal -> fcNegInf|fcNegNormal|fcSubnormal|fcZero
4900 Mask |= fcNegNormal | fcNegInf;
4912 Mask |= fcNegInf | fcNegNormal;
5299 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal);
5895 Known.KnownFPClasses |= fcNegNormal;