Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_etc.c55 setcc(SW_C0); in ftst_()
64 setcc(SW_C0); in ftst_()
76 setcc(SW_C0|SW_C2|SW_C3); /* Operand is not comparable */ in ftst_()
83 setcc(SW_C0); 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_()
105 c = SW_C3|SW_C0; in fxam()
122 c = SW_C0; in fxam()
125 c = SW_C2|SW_C0; in fxam()
Dreg_compare.c184 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data()
190 f = 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()
242 f = 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()
[all …]
Dstatus_w.h27 #define SW_C0 Const__(0x0100) /* condition bit 0 */ 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.c135 if ( partial_status & SW_C0 ) printk("SW: condition bit 0\n"); in FPU_printall()
152 partial_status & SW_C1?1:0, partial_status & SW_C0?1:0, /* cc */ in FPU_printall()
Dfpu_entry.c374 setcc(SW_C3 | SW_C2 | SW_C0); in math_emulate()
469 setcc(SW_C3 | SW_C2 | SW_C0); in math_emulate()
Dfpu_trig.c949 if (q & 4) cc |= SW_C0; in do_fprem()