Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/math-emu/
Derrors.c146 if (partial_status & SW_Denorm_Op) in FPU_printall()
162 partial_status & SW_Denorm_Op ? 1 : 0, in FPU_printall()
174 control_word & SW_Denorm_Op ? 1 : 0, in FPU_printall()
568 partial_status |= SW_Denorm_Op; in denormal_operand()
Dstatus_w.h34 #define SW_Denorm_Op Const__(0x0002) /* denormalized operand */ macro
Dfpu_aux.c27 SW_Underflow | SW_Overflow | SW_Zero_Div | SW_Denorm_Op | in fclex()
Dfpu_entry.c419 ~SW_Denorm_Op; in math_emulate()
423 SW_Denorm_Op; in math_emulate()