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

/gem5/src/arch/arm/insts/
H A Dvfp.cc416 uint64_t oldMantissa = bits(opBits, mWidth-1, 0); local
417 uint32_t mantissa = oldMantissa >> (mWidth - 10);
419 uint64_t extra = oldMantissa & mask(mWidth - 10);
421 if (oldMantissa != 0) {
449 } else if (exponent == 0 && oldMantissa == 0) {

Completed in 8 milliseconds