Searched refs:FP_MUL_S (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/include/math-emu/ |
D | single.h | 101 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) macro
|
/Linux-v6.6/arch/powerpc/math-emu/ |
D | math_efp.c | 256 FP_MUL_S(SR, SA, SB); in do_spe_mathemu() 545 FP_MUL_S(SR0, SA0, SB0); in do_spe_mathemu() 546 FP_MUL_S(SR1, SA1, SB1); in do_spe_mathemu()
|
/Linux-v6.6/arch/alpha/math-emu/ |
D | math.c | 148 FP_MUL_S(SR, SA, SB); in alpha_fp_emul()
|
/Linux-v6.6/arch/sparc/math-emu/ |
D | math_32.c | 436 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_one_mathemu()
|
D | math_64.c | 441 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu()
|
/Linux-v6.6/arch/sh/math-emu/ |
D | math.c | 145 FP_MUL_S(Ft, Fm, F0); in fmac()
|