Home
last modified time | relevance | path

Searched refs:SW_C2 (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_compare.c184 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data()
199 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data()
204 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data()
224 setcc(SW_C3 | SW_C2 | SW_C0); in compare_st_st()
234 setcc(SW_C3 | SW_C2 | SW_C0); in compare_st_st()
251 f = SW_C3 | SW_C2 | SW_C0; in compare_st_st()
256 f = SW_C3 | SW_C2 | SW_C0; in compare_st_st()
276 setcc(SW_C3 | SW_C2 | SW_C0); in compare_u_st_st()
286 setcc(SW_C3 | SW_C2 | SW_C0); in compare_u_st_st()
308 f = SW_C3 | SW_C2 | SW_C0; in compare_u_st_st()
[all …]
Dfpu_etc.c76 setcc(SW_C0|SW_C2|SW_C3); /* Operand is not comparable */ in ftst_()
86 setcc(SW_C0|SW_C2|SW_C3); /* Operand is not comparable */ in ftst_()
92 setcc(SW_C0|SW_C2|SW_C3); in ftst_()
111 c = SW_C2; in fxam()
117 c = SW_C2|SW_C3; /* Denormal */ in fxam()
125 c = SW_C2|SW_C0; in fxam()
Dstatus_w.h25 #define SW_C2 Const__(0x0400) /* condition bit 2 */ macro
52 partial_status &= ~(SW_C0|SW_C1|SW_C2|SW_C3); \
53 partial_status |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); })
Derrors.c133 if ( partial_status & SW_C2 ) printk("SW: condition bit 2\n"); in FPU_printall()
151 partial_status & SW_C3?1:0, partial_status & SW_C2?1:0, /* cc */ in FPU_printall()
Dfpu_trig.c44 partial_status |= SW_C2; /* Reduction incomplete. */ in trig_arg()
145 partial_status = saved_status & ~SW_C2; /* Reduction complete. */ in trig_arg()
1008 setcc(SW_C2); in do_fprem()
1014 cc = SW_C2; in do_fprem()
Dfpu_entry.c374 setcc(SW_C3 | SW_C2 | SW_C0); in math_emulate()
469 setcc(SW_C3 | SW_C2 | SW_C0); in math_emulate()