Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_etc.c42 setcc(SW_C3); in ftst_()
61 setcc(SW_C3); in ftst_()
67 setcc(SW_C0 | SW_C2 | SW_C3); /* Operand is not comparable */ 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()
97 c = SW_C3; in fxam()
105 c = SW_C2 | SW_C3; /* Denormal */ in fxam()
H A Dreg_compare.c178 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data()
185 f = SW_C3; 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()
213 setcc(SW_C3 | SW_C2 | SW_C0); in compare_st_st()
231 f = SW_C3; 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()
329 f = SW_C3; in compare_u_st_st()
335 f = SW_C3 | SW_C2 | SW_C0; in compare_u_st_st()
[all …]
H A Dstatus_w.h23 #define SW_C3 Const__(0x4000) /* condition bit 3 */ 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.c127 if (partial_status & SW_C3) in FPU_printall()
157 partial_status & SW_C3 ? 1 : 0, partial_status & SW_C2 ? 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.c870 cc |= SW_C3; in do_fprem()