Lines Matching refs:control_word
362 if (control_word & CW_Invalid) { in FPU_store_extended()
409 if (!(control_word & CW_Underflow)) in FPU_store_double()
413 if (!(control_word & CW_Precision)) in FPU_store_double()
421 switch (control_word & CW_RC) { in FPU_store_double()
472 if (!(control_word & CW_Overflow)) in FPU_store_double()
475 if (!(control_word & CW_Precision)) in FPU_store_double()
502 if (control_word & CW_Underflow) in FPU_store_double()
521 if (!(control_word & CW_Invalid)) in FPU_store_double()
529 if (!(control_word & CW_Invalid)) in FPU_store_double()
537 if (control_word & CW_Invalid) { in FPU_store_double()
595 if (!(control_word & CW_Underflow)) in FPU_store_single()
599 if (!(control_word & CW_Precision)) in FPU_store_single()
609 switch (control_word & CW_RC) { in FPU_store_single()
653 if (!(control_word & CW_Overflow)) in FPU_store_single()
656 if (!(control_word & CW_Precision)) in FPU_store_single()
685 if (control_word & CW_Underflow) in FPU_store_single()
700 if (!(control_word & CW_Invalid)) in FPU_store_single()
708 if (!(control_word & CW_Invalid)) in FPU_store_single()
722 if (control_word & EX_Invalid) { in FPU_store_single()
780 if (control_word & EX_Invalid) { in FPU_store_int64()
827 if (control_word & EX_Invalid) { in FPU_store_int32()
873 if (control_word & EX_Invalid) { in FPU_store_int16()
924 if (control_word & CW_Invalid) { in FPU_store_bcd()
990 switch (control_word & CW_RC) { in FPU_round_to_int()
1037 FPU_get_user(control_word, (unsigned short __user *)s); in fldenv()
1059 FPU_get_user(control_word, (unsigned short __user *)s); in fldenv()
1077 control_word &= ~0xe080; in fldenv()
1082 if (partial_status & ~control_word & CW_Exceptions) in fldenv()
1150 FPU_put_user(control_word & ~0xe080, (unsigned long __user *)d); in fstenv()
1152 FPU_put_user(control_word, (unsigned short __user *)d); in fstenv()
1178 control_word &= ~0xe080; in fstenv()
1180 control_word |= 0xffff0040; in fstenv()
1186 if (__copy_to_user(d, &control_word, 7 * 4)) in fstenv()
1192 control_word |= CW_Exceptions; in fstenv()