Home
last modified time | relevance | path

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

/linux/arch/nds32/math-emu/
A Dfdivs.c21 FP_DIV_S(R, A, B); in fdivs()
/linux/include/math-emu/
A Dsingle.h102 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) macro
/linux/arch/powerpc/math-emu/
A Dmath_efp.c258 FP_DIV_S(SR, SA, SB); in do_spe_mathemu()
546 FP_DIV_S(SR0, SA0, SB0); in do_spe_mathemu()
547 FP_DIV_S(SR1, SA1, SB1); in do_spe_mathemu()
/linux/arch/alpha/math-emu/
A Dmath.c152 FP_DIV_S(SR, SA, SB); in alpha_fp_emul()
/linux/arch/sparc/math-emu/
A Dmath_32.c444 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_one_mathemu()
A Dmath_64.c449 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu()

Completed in 7 milliseconds