Home
last modified time | relevance | path

Searched refs:setcc (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/x86/math-emu/
Dfpu_etc.c42 setcc(SW_C3); in ftst_()
46 setcc(0); in ftst_()
48 setcc(SW_C0); in ftst_()
54 setcc(0); in ftst_()
56 setcc(SW_C0); in ftst_()
61 setcc(SW_C3); in ftst_()
67 setcc(SW_C0 | SW_C2 | SW_C3); /* Operand is not comparable */ in ftst_()
72 setcc(0); in ftst_()
74 setcc(SW_C0); in ftst_()
77 setcc(SW_C0 | SW_C2 | SW_C3); /* Operand is not comparable */ in ftst_()
[all …]
Dreg_compare.c200 setcc(f); in FPU_compare_st_data()
213 setcc(SW_C3 | SW_C2 | SW_C0); in compare_st_st()
222 setcc(SW_C3 | SW_C2 | SW_C0); in compare_st_st()
246 setcc(f); in compare_st_st()
307 setcc(SW_C3 | SW_C2 | SW_C0); in compare_u_st_st()
316 setcc(SW_C3 | SW_C2 | SW_C0); in compare_u_st_st()
344 setcc(f); in compare_u_st_st()
Dfpu_trig.c328 setcc(0); in fptan()
581 setcc(0); in fsin()
648 setcc(0); in f_cos()
659 setcc(0); in f_cos()
870 setcc(0); in do_fprem()
919 setcc(SW_C2); in do_fprem()
921 setcc(0); in do_fprem()
937 setcc(cc); in do_fprem()
950 setcc(cc); in do_fprem()
971 setcc(0); in do_fprem()
[all …]
Dstatus_w.h52 static inline void setcc(int cc) in setcc() function
Dfpu_entry.c329 setcc(SW_C3 | SW_C2 | SW_C0); in math_emulate()
448 setcc(SW_C3 | SW_C2 | SW_C0); in math_emulate()
/Linux-v4.19/arch/sparc/kernel/
Dgetsetcc.S12 .globl setcc
13 .type setcc,#function
14 setcc: label
25 .size setcc,.-setcc
/Linux-v4.19/arch/sparc/include/asm/
Dttable.h121 #define SETCC_TRAP TRAP(setcc)
/Linux-v4.19/arch/x86/kvm/
Demulate.c435 FOP_START(setcc)