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

/gem5/src/arch/arm/insts/
H A Dvfp.cc176 feclearexcept(FeAllExceptions);
197 int exceptions = fetestexcept(FeAllExceptions);
677 feclearexcept(FeAllExceptions);
696 feclearexcept(FeAllExceptions);
716 feclearexcept(FeAllExceptions);
735 feclearexcept(FeAllExceptions);
H A Dvfp.hh91 FeAllExceptions = FE_ALL_EXCEPT enumerator in enum:ArmISA::FeExceptionBit
259 feclearexcept(FeAllExceptions);
304 feclearexcept(FeAllExceptions);
310 int exceptions = fetestexcept(FeAllExceptions);

Completed in 12 milliseconds