Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dstatus_w.h26 #define SW_C1 Const__(0x0200) /* condition bit 1 */ macro
53 partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3); in setcc()
54 partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3); in setcc()
60 # define clear_C1() { partial_status &= ~SW_C1; }
Dexception.h18 #ifndef SW_C1
26 #define EX_StackOver Const_(0x0041|SW_C1) /* stack overflow */
36 #define PRECISION_LOST_UP Const_((EX_Precision | SW_C1))
Derrors.c130 if (partial_status & SW_C1) in FPU_printall()
157 partial_status & SW_C1 ? 1 : 0, partial_status & SW_C0 ? 1 : 0, /* cc */ in FPU_printall()
324 if (!(n & SW_C1)) in FPU_exception()
327 partial_status &= ~SW_C1; in FPU_exception()
532 partial_status &= ~(SW_C1 & flags); in set_precision_flag()
545 partial_status |= (SW_Precision | SW_C1); /* The masked response */ in set_precision_flag_up()
547 EXCEPTION(EX_Precision | SW_C1); in set_precision_flag_up()
554 partial_status &= ~SW_C1; in set_precision_flag_down()
591 EXCEPTION(EX_Precision | SW_C1); in arith_overflow()
607 partial_status &= ~SW_C1; /* Round down. */ in arith_underflow()
Dfpu_etc.c118 c |= SW_C1; in fxam()
Dfpu_trig.c866 cc |= SW_C1; in do_fprem()