Home
last modified time | relevance | path

Searched refs:EXP_UNDER (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dreg_round.S137 cmpw EXP_UNDER,EXP(%edi)
482 movw EXP_UNDER+1,%cx
549 movw EXP_UNDER+1,EXP(%edi)
571 cmpw EXP_UNDER+1,EXP(%edi)
630 movw EXP_UNDER,EXP(%edi)
647 cmpw EXP_UNDER,EXP(%edi)
H A Dreg_norm.S62 cmpw EXP_UNDER,EXP(%ebx)
145 movw EXP_UNDER,EXP(%ebx)
H A Dreg_convert.c26 if (exponent16(x) == EXP_UNDER) { in FPU_to_exp16()
H A Dfpu_emu.h32 #define EXP_UNDER Const(-0x3fff) /* largest invalid small exponent */ macro
184 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER)
H A Dfpu_tags.c66 if (exp == EXP_BIAS + EXP_UNDER) in FPU_Special()
H A Dreg_constant.c41 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0);
H A Dpoly_l2.c154 if (exponent(dest) <= EXP_UNDER) in poly_l2p1()
H A Derrors.c607 if (exponent16(dest) <= EXP_UNDER - 63) { in arith_underflow()
H A Dfpu_trig.c940 if ((exponent16(&tmp) <= EXP_UNDER) && (tag != TAG_Zero) in do_fprem()
947 } else if ((exponent16(&tmp) > EXP_UNDER) || (tag == TAG_Zero)) { in do_fprem()