Home
last modified time | relevance | path

Searched refs:FP_ADD_D (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/powerpc/math-emu/
H A Dfadds.c31 FP_ADD_D(R, A, B); in fadds()
H A Dfadd.c30 FP_ADD_D(R, A, B); in fadd()
H A Dfsubs.c37 FP_ADD_D(R, A, B); in fsubs()
H A Dfsub.c36 FP_ADD_D(R, A, B); in fsub()
H A Dfnmsubs.c47 FP_ADD_D(R, T, B); in fnmsubs()
H A Dfmsubs.c47 FP_ADD_D(R, T, B); in fmsubs()
H A Dfmadd.c43 FP_ADD_D(R, T, B); in fmadd()
H A Dfmadds.c44 FP_ADD_D(R, T, B); in fmadds()
H A Dfmsub.c46 FP_ADD_D(R, T, B); in fmsub()
H A Dfnmsub.c46 FP_ADD_D(R, T, B); in fnmsub()
H A Dfnmadd.c43 FP_ADD_D(R, T, B); in fnmadd()
H A Dfnmadds.c44 FP_ADD_D(R, T, B); in fnmadds()
H A Dmath_efp.c379 FP_ADD_D(DR, DA, DB); in do_spe_mathemu()
/openbmc/linux/include/math-emu/
H A Ddouble.h110 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) macro
182 #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) macro
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c206 FP_ADD_D(DR, DA, DB); in alpha_fp_emul()
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c429 case FADDD: FP_ADD_D (DR, DA, DB); break; in do_one_mathemu()
H A Dmath_64.c434 case FADDD: FP_ADD_D (DR, DA, DB); break; in do_mathemu()