Searched refs:FP_DECL_D (Results 1 - 32 of 32) sorted by relevance

/linux-4.4.14/arch/powerpc/math-emu/
H A Dfmadd.c12 FP_DECL_D(R); fmadd()
13 FP_DECL_D(A); fmadd()
14 FP_DECL_D(B); fmadd()
15 FP_DECL_D(C); fmadd()
16 FP_DECL_D(T); fmadd()
H A Dfmadds.c13 FP_DECL_D(R); fmadds()
14 FP_DECL_D(A); fmadds()
15 FP_DECL_D(B); fmadds()
16 FP_DECL_D(C); fmadds()
17 FP_DECL_D(T); fmadds()
H A Dfmsub.c12 FP_DECL_D(R); fmsub()
13 FP_DECL_D(A); fmsub()
14 FP_DECL_D(B); fmsub()
15 FP_DECL_D(C); fmsub()
16 FP_DECL_D(T); fmsub()
H A Dfmsubs.c13 FP_DECL_D(R); fmsubs()
14 FP_DECL_D(A); fmsubs()
15 FP_DECL_D(B); fmsubs()
16 FP_DECL_D(C); fmsubs()
17 FP_DECL_D(T); fmsubs()
H A Dfnmadd.c12 FP_DECL_D(R); fnmadd()
13 FP_DECL_D(A); fnmadd()
14 FP_DECL_D(B); fnmadd()
15 FP_DECL_D(C); fnmadd()
16 FP_DECL_D(T); fnmadd()
H A Dfnmadds.c13 FP_DECL_D(R); fnmadds()
14 FP_DECL_D(A); fnmadds()
15 FP_DECL_D(B); fnmadds()
16 FP_DECL_D(C); fnmadds()
17 FP_DECL_D(T); fnmadds()
H A Dfnmsub.c12 FP_DECL_D(R); fnmsub()
13 FP_DECL_D(A); fnmsub()
14 FP_DECL_D(B); fnmsub()
15 FP_DECL_D(C); fnmsub()
16 FP_DECL_D(T); fnmsub()
H A Dfnmsubs.c13 FP_DECL_D(R); fnmsubs()
14 FP_DECL_D(A); fnmsubs()
15 FP_DECL_D(B); fnmsubs()
16 FP_DECL_D(C); fnmsubs()
17 FP_DECL_D(T); fnmsubs()
H A Dfadd.c12 FP_DECL_D(A); fadd()
13 FP_DECL_D(B); fadd()
14 FP_DECL_D(R); fadd()
H A Dfadds.c13 FP_DECL_D(A); fadds()
14 FP_DECL_D(B); fadds()
15 FP_DECL_D(R); fadds()
H A Dfsub.c12 FP_DECL_D(A); fsub()
13 FP_DECL_D(B); fsub()
14 FP_DECL_D(R); fsub()
H A Dfsubs.c13 FP_DECL_D(A); fsubs()
14 FP_DECL_D(B); fsubs()
15 FP_DECL_D(R); fsubs()
H A Dfdiv.c12 FP_DECL_D(A); fdiv()
13 FP_DECL_D(B); fdiv()
14 FP_DECL_D(R); fdiv()
H A Dfdivs.c13 FP_DECL_D(A); fdivs()
14 FP_DECL_D(B); fdivs()
15 FP_DECL_D(R); fdivs()
H A Dfmul.c12 FP_DECL_D(A); fmul()
13 FP_DECL_D(B); fmul()
14 FP_DECL_D(R); fmul()
H A Dfmuls.c13 FP_DECL_D(A); fmuls()
14 FP_DECL_D(B); fmuls()
15 FP_DECL_D(R); fmuls()
H A Dfcmpo.c12 FP_DECL_D(A); fcmpo()
13 FP_DECL_D(B); fcmpo()
H A Dfcmpu.c12 FP_DECL_D(A); fcmpu()
13 FP_DECL_D(B); fcmpu()
H A Dfsqrt.c12 FP_DECL_D(B); fsqrt()
13 FP_DECL_D(R); fsqrt()
H A Dfsqrts.c13 FP_DECL_D(B); fsqrts()
14 FP_DECL_D(R); fsqrts()
H A Dfctiw.c12 FP_DECL_D(B); fctiw()
H A Dfctiwz.c12 FP_DECL_D(B); fctiwz()
H A Dfrsp.c13 FP_DECL_D(B); frsp()
H A Dfsel.c12 FP_DECL_D(A); fsel()
H A Dlfs.c13 FP_DECL_D(R); lfs()
H A Dstfs.c13 FP_DECL_D(A); stfs()
H A Dmath_efp.c290 FP_DECL_D(DB); do_spe_mathemu()
347 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); do_spe_mathemu()
/linux-4.4.14/include/math-emu/
H A Ddouble.h73 #define FP_DECL_D(X) _FP_DECL(2,X) macro
145 #define FP_DECL_D(X) _FP_DECL(1,X) macro
/linux-4.4.14/arch/alpha/math-emu/
H A Dmath.c102 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); alpha_fp_emul()
/linux-4.4.14/arch/sparc/math-emu/
H A Dmath_64.c181 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); do_mathemu()
H A Dmath_32.c286 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); do_one_mathemu()
/linux-4.4.14/arch/sh/math-emu/
H A Dmath.c321 FP_DECL_D(Fr); fcnvsd()
331 FP_DECL_D(Fn); fcnvds()

Completed in 361 milliseconds