Searched refs:FP_ADD_S (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/nds32/math-emu/ |
D | fadds.c | 18 FP_ADD_S(R, A, B); in fadds()
|
D | fsubs.c | 22 FP_ADD_S(R, A, B); in fsubs()
|
/Linux-v5.10/include/math-emu/ |
D | single.h | 99 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) macro
|
/Linux-v5.10/arch/powerpc/math-emu/ |
D | math_efp.c | 246 FP_ADD_S(SR, SA, SB); in do_spe_mathemu() 531 FP_ADD_S(SR0, SA0, SB0); in do_spe_mathemu() 532 FP_ADD_S(SR1, SA1, SB1); in do_spe_mathemu()
|
/Linux-v5.10/arch/alpha/math-emu/ |
D | math.c | 142 FP_ADD_S(SR, SA, SB); in alpha_fp_emul()
|
/Linux-v5.10/arch/sparc/math-emu/ |
D | math_32.c | 428 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu()
|
D | math_64.c | 433 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu()
|
/Linux-v5.10/arch/sh/math-emu/ |
D | math.c | 146 FP_ADD_S(Fr, Fn, Ft); in fmac()
|