Lines Matching refs:control_word
395 if ( control_word & CW_Invalid ) in FPU_store_extended()
447 if ( !(control_word & CW_Underflow) ) in FPU_store_double()
451 if ( !(control_word & CW_Precision) ) in FPU_store_double()
462 switch (control_word & CW_RC) in FPU_store_double()
519 if ( !(control_word & CW_Overflow) ) in FPU_store_double()
522 if ( !(control_word & CW_Precision) ) in FPU_store_double()
560 if ( control_word & CW_Underflow ) in FPU_store_double()
584 if ( !(control_word & CW_Invalid) ) in FPU_store_double()
594 if ( !(control_word & CW_Invalid) ) in FPU_store_double()
605 if ( control_word & CW_Invalid ) in FPU_store_double()
667 if ( !(control_word & CW_Underflow) ) in FPU_store_single()
671 if ( !(control_word & CW_Precision) ) in FPU_store_single()
684 switch (control_word & CW_RC) in FPU_store_single()
737 if ( !(control_word & CW_Overflow) ) in FPU_store_single()
740 if ( !(control_word & CW_Precision) ) in FPU_store_single()
777 if ( control_word & CW_Underflow ) in FPU_store_single()
797 if ( !(control_word & CW_Invalid) ) in FPU_store_single()
807 if ( !(control_word & CW_Invalid) ) in FPU_store_single()
824 if ( control_word & EX_Invalid ) in FPU_store_single()
892 if ( control_word & EX_Invalid ) in FPU_store_int64()
949 if ( control_word & EX_Invalid ) in FPU_store_int32()
1006 if ( control_word & EX_Invalid ) in FPU_store_int16()
1068 if ( control_word & CW_Invalid ) in FPU_store_bcd()
1141 switch (control_word & CW_RC) in FPU_round_to_int()
1190 FPU_get_user(control_word, (unsigned short *) s); in fldenv()
1210 FPU_get_user(control_word, (unsigned short *) s); in fldenv()
1223 control_word &= ~0xe080; in fldenv()
1228 if ( partial_status & ~control_word & CW_Exceptions ) in fldenv()
1303 FPU_put_user(control_word & ~0xe080, (unsigned long *) d); in fstenv()
1305 FPU_put_user(control_word, (unsigned short *) d); in fstenv()
1331 control_word &= ~0xe080; in fstenv()
1333 control_word |= 0xffff0040; in fstenv()
1339 __copy_to_user(d, &control_word, 7*4); in fstenv()
1344 control_word |= CW_Exceptions; in fstenv()