Home
last modified time | relevance | path

Searched refs:CW_Exceptions (Results 1 – 4 of 4) sorted by relevance

/arch/x86/math-emu/
Dcontrol_w.h29 #define CW_Exceptions _Const_(0x003f) /* all masks */ macro
Derrors.c321 if (partial_status & ~control_word & CW_Exceptions) in FPU_exception()
332 if ((~control_word & n & CW_Exceptions) || (n == EX_INTERNAL)) { in FPU_exception()
Dload_store.c257 if (partial_status & ~control_word & CW_Exceptions) in FPU_load_store()
Dreg_ld_str.c1082 if (partial_status & ~control_word & CW_Exceptions) in fldenv()
1192 control_word |= CW_Exceptions; in fstenv()