Home
last modified time | relevance | path

Searched refs:FP_ADD_S (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/math-emu/
H A Dsingle.h99 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) macro
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c248 FP_ADD_S(SR, SA, SB); in do_spe_mathemu()
535 FP_ADD_S(SR0, SA0, SB0); in do_spe_mathemu()
536 FP_ADD_S(SR1, SA1, SB1); in do_spe_mathemu()
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c144 FP_ADD_S(SR, SA, SB); in alpha_fp_emul()
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c428 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu()
H A Dmath_64.c433 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu()
/openbmc/linux/arch/sh/math-emu/
H A Dmath.c146 FP_ADD_S(Fr, Fn, Ft); in fmac()