Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/math-emu/
Dcontrol_w.h30 #define CW_Exceptions _Const_(0x003f) /* all masks */ macro
Derrors.c323 if (partial_status & ~control_word & CW_Exceptions) in FPU_exception()
334 if ((~control_word & n & CW_Exceptions) || (n == EX_INTERNAL)) { in FPU_exception()
Dload_store.c258 if (partial_status & ~control_word & CW_Exceptions) in FPU_load_store()
Dreg_ld_str.c1083 if (partial_status & ~control_word & CW_Exceptions) in fldenv()
1193 control_word |= CW_Exceptions; in fstenv()