Home
last modified time | relevance | path

Searched refs:FP_DECL_S (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/soft-fp/
Daddsf3.c38 FP_DECL_S(A); FP_DECL_S(B); FP_DECL_S(R); in __addsf3()
Ddivsf3.c38 FP_DECL_S(A); FP_DECL_S(B); FP_DECL_S(R); in __divsf3()
Dsubsf3.c38 FP_DECL_S(A); FP_DECL_S(B); FP_DECL_S(R); in __subsf3()
Dmulsf3.c38 FP_DECL_S(A); FP_DECL_S(B); FP_DECL_S(R); in __mulsf3()
Dunordsf2.c37 FP_DECL_S(A); in __unordsf2()
38 FP_DECL_S(B); in __unordsf2()
Dnegsf2.c38 FP_DECL_S(A); FP_DECL_S(R); in __negsf2()
Dlesf2.c38 FP_DECL_S(A); FP_DECL_S(B); in __lesf2()
Dgesf2.c38 FP_DECL_S(A); FP_DECL_S(B); in __gesf2()
Deqsf2.c38 FP_DECL_S(A); FP_DECL_S(B); in __eqsf2()
Dfixunssfdi.c38 FP_DECL_S(A); in __fixunssfdi()
Dfixunssfsi.c38 FP_DECL_S(A); in __fixunssfsi()
Dfixsfdi.c38 FP_DECL_S(A); in __fixsfdi()
Dfixsfsi.c38 FP_DECL_S(A); in __fixsfsi()
Dfloatsisf.c38 FP_DECL_S(A); in __floatsisf()
Dfloatunsisf.c38 FP_DECL_S(A); in __floatunsisf()
Dfloatdisf.c38 FP_DECL_S(A); in __floatdisf()
Dfloatundisf.c38 FP_DECL_S(A); in __floatundisf()
Dtruncdfsf2.c40 FP_DECL_S(R); in __truncdfsf2()
Dextendsfdf2.c39 FP_DECL_S(A); in __extendsfdf2()
Dextendsftf2.c39 FP_DECL_S(A); in __extendsftf2()
Dtrunctfsf2.c40 FP_DECL_S(R); in __trunctfsf2()
Dsingle.h74 #define FP_DECL_S(X) _FP_DECL(1,X) macro