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

/gem5/src/arch/arm/insts/
H A Dvfp.cc213 if ((exceptions & FeInexact) && !(underflow && flush) && mask.ixc) {
238 feclearexcept(FeInexact);
277 feclearexcept(FeInexact);
310 feclearexcept(FeInexact);
339 if (fpscr.fz && fetestexcept(FeUnderflow | FeInexact) ==
340 (FeUnderflow | FeInexact)) {
341 feclearexcept(FeInexact);
353 feclearexcept(FeInexact);
385 feclearexcept(FeInexact);
H A Dvfp.hh87 FeInexact = FE_INEXACT, enumerator in enum:ArmISA::FeExceptionBit
348 exceptions |= FeInexact;
408 exceptions &= ~FeInexact;
415 exceptions &= ~FeInexact;
423 exceptions &= ~FeInexact;

Completed in 12 milliseconds