Searched refs:SW_Precision (Results 1 – 3 of 3) sorted by relevance
138 if ( partial_status & SW_Precision ) printk("SW: loss of precision\n"); in FPU_printall()153 partial_status & SW_Precision?1:0, partial_status & SW_Underflow?1:0, in FPU_printall()162 control_word & SW_Precision?1:0, control_word & SW_Underflow?1:0, in FPU_printall()569 partial_status |= (SW_Precision | SW_C1); /* The masked response */ in set_precision_flag_up()581 partial_status |= SW_Precision; in set_precision_flag_down()
30 #define SW_Precision Const__(0x0020) /* loss of precision */ macro
26 partial_status &= ~(SW_Backward|SW_Summary|SW_Stack_Fault|SW_Precision| in fclex()