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

/gem5/src/arch/arm/insts/
H A Dvfp.hh88 FeInvalid = FE_INVALID, enumerator in enum:ArmISA::FeExceptionBit
315 exceptions |= FeInvalid;
407 exceptions |= FeInvalid;
414 exceptions |= FeInvalid;
422 exceptions |= FeInvalid;
H A Dvfp.cc199 if ((exceptions & FeInvalid) && mask.ioc) {

Completed in 12 milliseconds