Home
last modified time | relevance | path

Searched refs:CW_Underflow (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dcontrol_w.h24 #define CW_Underflow Const_(0x0010) /* underflow mask */ macro
H A Derrors.c605 if (control_word & CW_Underflow) { in arith_underflow()
620 if (control_word & CW_Underflow) { in arith_underflow()
H A Dreg_ld_str.c410 if (!(control_word & CW_Underflow)) in FPU_store_double()
503 if (control_word & CW_Underflow) in FPU_store_double()
596 if (!(control_word & CW_Underflow)) in FPU_store_single()
686 if (control_word & CW_Underflow) in FPU_store_single()
H A Dreg_round.S476 testb CW_Underflow,%cl /* Underflow mask. */
H A Dfpu_trig.c941 && !(control_word & CW_Underflow)) { in do_fprem()