Searched refs:CW_Underflow (Results 1 – 5 of 5) sorted by relevance
24 #define CW_Underflow Const_(0x0010) /* underflow mask */ macro
605 if (control_word & CW_Underflow) { in arith_underflow()620 if (control_word & CW_Underflow) { in arith_underflow()
410 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()
476 testb CW_Underflow,%cl /* Underflow mask. */
941 && !(control_word & CW_Underflow)) { in do_fprem()