Home
last modified time | relevance | path

Searched refs:FP_DIV_D (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/powerpc/math-emu/
H A Dfdiv.c48 FP_DIV_D(R, A, B); in fdiv()
H A Dfdivs.c50 FP_DIV_D(R, A, B); in fdivs()
H A Dmath_efp.c391 FP_DIV_D(DR, DA, DB); in do_spe_mathemu()
/openbmc/linux/include/math-emu/
H A Ddouble.h113 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) macro
185 #define FP_DIV_D(R,X,Y) _FP_DIV(D,1,R,X,Y) macro
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c214 FP_DIV_D(DR, DA, DB); in alpha_fp_emul()
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c445 case FDIVD: FP_DIV_D (DR, DA, DB); break; in do_one_mathemu()
H A Dmath_64.c450 case FDIVD: FP_DIV_D (DR, DA, DB); break; in do_mathemu()