Home | History | Annotate | Download | only in target-i386

Lines Matching refs:mant

4266     uint64_t mant;
4278 mant = MANTD(tmp);
4279 if (exp == 0 && mant == 0) {
4284 || (mant & (1LL << 63)) == 0
4495 CPU86_LDouble cpu_set_fp80(uint64_t mant, uint16_t upper)
4504 ll = (mant >> 11) & ((1LL << 52) - 1);
4525 CPU86_LDouble cpu_set_fp80(uint64_t mant, uint16_t upper)
4530 temp.l.lower = mant;