Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Derrors.c142 if ( partial_status & SW_Denorm_Op ) printk("SW: denormalized operand\n"); in FPU_printall()
155 partial_status & SW_Denorm_Op?1:0, partial_status & SW_Invalid?1:0); in FPU_printall()
164 control_word & SW_Denorm_Op?1:0, control_word & SW_Invalid?1:0); in FPU_printall()
592 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.c414 partial_status &= ~SW_Denorm_Op; in math_emulate()
415 partial_status |= status1 & SW_Denorm_Op; in math_emulate()