Searched refs:FP_SUB_S (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/math-emu/ |
D | single.h | 100 #define FP_SUB_S(R,X,Y) _FP_SUB(S,1,R,X,Y) macro
|
/linux-5.19.10/arch/powerpc/math-emu/ |
D | math_efp.c | 250 FP_SUB_S(SR, SA, SB); in do_spe_mathemu() 536 FP_SUB_S(SR0, SA0, SB0); in do_spe_mathemu() 537 FP_SUB_S(SR1, SA1, SB1); in do_spe_mathemu()
|
/linux-5.19.10/arch/alpha/math-emu/ |
D | math.c | 140 FP_SUB_S(SR, SA, SB); in alpha_fp_emul()
|
/linux-5.19.10/arch/sparc/math-emu/ |
D | math_32.c | 432 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu()
|
D | math_64.c | 437 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu()
|