Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_etc.c48 setcc(SW_C0); in ftst_()
56 setcc(SW_C0); in ftst_()
67 setcc(SW_C0 | SW_C2 | SW_C3); /* Operand is not comparable */ in ftst_()
74 setcc(SW_C0); in ftst_()
77 setcc(SW_C0 | SW_C2 | SW_C3); /* Operand is not comparable */ in ftst_()
83 setcc(SW_C0 | SW_C2 | SW_C3); in ftst_()
94 c = SW_C3 | SW_C0; in fxam()
111 c = SW_C0; in fxam()
114 c = SW_C2 | SW_C0; in fxam()
H A Dreg_compare.c178 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data()
182 f = SW_C0; in FPU_compare_st_data()
191 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data()
197 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data()
228 f = SW_C0; in compare_st_st()
237 f = SW_C3 | SW_C2 | SW_C0; in compare_st_st()
243 f = SW_C3 | SW_C2 | SW_C0; in compare_st_st()
265 partial_status &= ~SW_C0; in compare_i_st_st()
326 f = SW_C0; in compare_u_st_st()
335 f = SW_C3 | SW_C2 | SW_C0; in compare_u_st_st()
[all …]
H A Dstatus_w.h28 #define SW_C0 Const__(0x0100) /* condition bit 0 */ macro
54 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()
H A Derrors.c133 if (partial_status & SW_C0) in FPU_printall()
158 partial_status & SW_C1 ? 1 : 0, partial_status & SW_C0 ? 1 : 0, /* cc */ in FPU_printall()
H A Dfpu_entry.c327 setcc(SW_C3 | SW_C2 | SW_C0); in math_emulate()
446 setcc(SW_C3 | SW_C2 | SW_C0); in math_emulate()
H A Dfpu_trig.c868 cc |= SW_C0; in do_fprem()