Home
last modified time | relevance | path

Searched refs:SW_Overflow (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/x86/math-emu/
Dstatus_w.h33 #define SW_Overflow Const__(0x0008) /* overflow */ macro
Derrors.c143 if (partial_status & SW_Overflow) in FPU_printall()
161 partial_status & SW_Overflow ? 1 : 0, in FPU_printall()
173 control_word & SW_Overflow ? 1 : 0, in FPU_printall()
Dfpu_aux.c28 SW_Underflow | SW_Overflow | SW_Zero_Div | SW_Denorm_Op | in fclex()