Searched refs:CW_Underflow (Results 1 – 5 of 5) sorted by relevance
23 #define CW_Underflow Const_(0x0010) /* underflow mask */ macro
603 if (control_word & CW_Underflow) { in arith_underflow()618 if (control_word & CW_Underflow) { in arith_underflow()
409 if (!(control_word & CW_Underflow)) in FPU_store_double()502 if (control_word & CW_Underflow) in FPU_store_double()595 if (!(control_word & CW_Underflow)) in FPU_store_single()685 if (control_word & CW_Underflow) in FPU_store_single()
475 testb CW_Underflow,%cl /* Underflow mask. */
935 && !(control_word & CW_Underflow)) { in do_fprem()