Searched refs:SW_C1 (Results 1 – 5 of 5) sorted by relevance
27 #define SW_C1 Const__(0x0200) /* condition bit 1 */ macro54 partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3); in setcc()55 partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3); in setcc()61 # define clear_C1() { partial_status &= ~SW_C1; }
131 if (partial_status & SW_C1) in FPU_printall()158 partial_status & SW_C1 ? 1 : 0, partial_status & SW_C0 ? 1 : 0, /* cc */ in FPU_printall()326 if (!(n & SW_C1)) in FPU_exception()329 partial_status &= ~SW_C1; in FPU_exception()534 partial_status &= ~(SW_C1 & flags); in set_precision_flag()547 partial_status |= (SW_Precision | SW_C1); /* The masked response */ in set_precision_flag_up()549 EXCEPTION(EX_Precision | SW_C1); in set_precision_flag_up()556 partial_status &= ~SW_C1; in set_precision_flag_down()593 EXCEPTION(EX_Precision | SW_C1); in arith_overflow()609 partial_status &= ~SW_C1; /* Round down. */ in arith_underflow()
19 #ifndef SW_C127 #define EX_StackOver Const_(0x0041|SW_C1) /* stack overflow */37 #define PRECISION_LOST_UP Const_((EX_Precision | SW_C1))
119 c |= SW_C1; in fxam()
872 cc |= SW_C1; in do_fprem()
Completed in 8 milliseconds