Home
last modified time | relevance | path

Searched refs:SW_C1 (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dstatus_w.h26 #define SW_C1 Const__(0x0200) /* condition bit 1 */ macro
52 partial_status &= ~(SW_C0|SW_C1|SW_C2|SW_C3); \
53 partial_status |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); })
58 # define clear_C1() { partial_status &= ~SW_C1; }
Derrors.c134 if ( partial_status & SW_C1 ) printk("SW: condition bit 1\n"); in FPU_printall()
152 partial_status & SW_C1?1:0, partial_status & SW_C0?1:0, /* cc */ in FPU_printall()
317 if ( !(n & SW_C1) ) in FPU_exception()
320 partial_status &= ~SW_C1; in FPU_exception()
553 partial_status &= ~(SW_C1 & flags); in set_precision_flag()
569 partial_status |= (SW_Precision | SW_C1); /* The masked response */ in set_precision_flag_up()
571 EXCEPTION(EX_Precision | SW_C1); in set_precision_flag_up()
580 partial_status &= ~SW_C1; in set_precision_flag_down()
627 EXCEPTION(EX_Precision | SW_C1); in arith_overflow()
646 partial_status &= ~SW_C1; /* Round down. */ in arith_underflow()
Dexception.h19 #ifndef SW_C1
27 #define EX_StackOver Const_(0x0041|SW_C1) /* stack overflow */
38 #define PRECISION_LOST_UP Const_((EX_Precision | SW_C1))
Dfpu_etc.c130 c |= SW_C1; in fxam()
Dfpu_trig.c951 if (q & 1) cc |= SW_C1; in do_fprem()