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

/gem5/src/arch/arm/insts/
H A Dfplib.cc4549 int expmax = FP64_EXP_BIAS + FP64_BITS - 1; local
4553 if (exp > expmax) {
4558 x = lsr64(mnt << FP64_EXP_BITS, expmax - exp);
4559 err = (exp > expmax - 2 ? 0 :
4560 (lsr64(mnt << FP64_EXP_BITS, expmax - 2 - exp) & 3) |
4561 !!(mnt << FP64_EXP_BITS & (lsl64(1, expmax - 2 - exp) - 1)));

Completed in 20 milliseconds