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

/gem5/src/arch/arm/insts/
H A Dvfp.cc485 bool topOne = bits(extra, mWidth - 10 - 1); local
492 restZeros = restZeros && !topOne;
493 topOne = bits(mantissa, 0);
497 if (topOne || !restZeros)
512 bool nonZero = topOne || !restZeros;
515 (mode == VfpRoundNearest && topOne &&

Completed in 8 milliseconds