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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dstatus_w.h34 #define SW_Denorm_Op Const__(0x0002) /* denormalized operand */ macro
H A Derrors.c111 if (partial_status & SW_Denorm_Op)
127 partial_status & SW_Denorm_Op ? 1 : 0,
139 control_word & SW_Denorm_Op ? 1 : 0,
533 partial_status |= SW_Denorm_Op;
H A Dfpu_aux.c27 SW_Underflow | SW_Overflow | SW_Zero_Div | SW_Denorm_Op |
H A Dfpu_entry.c419 ~SW_Denorm_Op;
423 SW_Denorm_Op;

Completed in 396 milliseconds