Searched refs:FP_MUL_S (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | single.h | 58 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) macro
|
/linux-2.4.37.9/include/math-emu/ |
D | single.h | 101 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) macro
|
/linux-2.4.37.9/arch/alpha/math-emu/ |
D | math.c | 142 FP_MUL_S(SR, SA, SB); in alpha_fp_emul()
|
/linux-2.4.37.9/arch/sparc/math-emu/ |
D | math.c | 432 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_one_mathemu()
|
/linux-2.4.37.9/arch/s390/math-emu/ |
D | math.c | 1124 FP_MUL_S(SR, SA, SB); in emu_meebr() 1138 FP_MUL_S(SR, SA, SB); in emu_meeb() 1217 FP_MUL_S(SR, SA, SB); in emu_maebr() 1233 FP_MUL_S(SR, SA, SB); in emu_maeb() 1281 FP_MUL_S(SR, SA, SB); in emu_msebr() 1297 FP_MUL_S(SR, SA, SB); in emu_mseb()
|
/linux-2.4.37.9/arch/sparc64/math-emu/ |
D | math.c | 408 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu()
|