Searched refs:SW_C1 (Results 1 - 5 of 5) 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 Dexception.h18 #ifndef SW_C1
20 #endif /* SW_C1 */
26 #define EX_StackOver Const_(0x0041|SW_C1) /* stack overflow */
36 #define PRECISION_LOST_UP Const_((EX_Precision | SW_C1))
H A Dstatus_w.h26 #define SW_C1 Const__(0x0200) /* condition bit 1 */ macro
53 partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3);
54 partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3);
59 /* Clear the SW_C1 bit, "other bits undefined". */
60 # define clear_C1() { partial_status &= ~SW_C1; }
H A Derrors.c95 if (partial_status & SW_C1)
122 partial_status & SW_C1 ? 1 : 0, partial_status & SW_C0 ? 1 : 0, /* cc */
289 if (!(n & SW_C1))
292 partial_status &= ~SW_C1;
502 partial_status &= ~(SW_C1 & flags);
515 partial_status |= (SW_Precision | SW_C1); /* The masked response */
517 EXCEPTION(EX_Precision | SW_C1);
524 partial_status &= ~SW_C1;
561 EXCEPTION(EX_Precision | SW_C1);
577 partial_status &= ~SW_C1; /* Roun
[all...]
H A Dfpu_etc.c118 c |= SW_C1;
H A Dfpu_trig.c866 cc |= SW_C1;

Completed in 40 milliseconds