Searched refs:FP_DIV_S (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/math-emu/ |
H A D | single.h | 102 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) macro
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 260 FP_DIV_S(SR, SA, SB); in do_spe_mathemu() 550 FP_DIV_S(SR0, SA0, SB0); in do_spe_mathemu() 551 FP_DIV_S(SR1, SA1, SB1); in do_spe_mathemu()
|
/openbmc/linux/arch/alpha/math-emu/ |
H A D | math.c | 152 FP_DIV_S(SR, SA, SB); in alpha_fp_emul()
|
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 444 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_one_mathemu()
|
H A D | math_64.c | 449 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu()
|