Home
last modified time | relevance | path

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

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