Home
last modified time | relevance | path

Searched refs:FP_SUB_D (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/math-emu/
H A Ddouble.h111 #define FP_SUB_D(R,X,Y) _FP_SUB(D,2,R,X,Y) macro
183 #define FP_SUB_D(R,X,Y) _FP_SUB(D,1,R,X,Y) macro
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c202 FP_SUB_D(DR, DA, DB); in alpha_fp_emul()
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c433 case FSUBD: FP_SUB_D (DR, DA, DB); break; in do_one_mathemu()
H A Dmath_64.c438 case FSUBD: FP_SUB_D (DR, DA, DB); break; in do_mathemu()
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c383 FP_SUB_D(DR, DA, DB); in do_spe_mathemu()