Searched refs:FP_ADD_S (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | single.h | 56 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) macro
|
/linux-2.4.37.9/include/math-emu/ |
D | single.h | 99 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) macro
|
/linux-2.4.37.9/arch/alpha/math-emu/ |
D | math.c | 138 FP_ADD_S(SR, SA, SB); in alpha_fp_emul()
|
/linux-2.4.37.9/arch/sparc/math-emu/ |
D | math.c | 424 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu()
|
/linux-2.4.37.9/arch/sparc64/math-emu/ |
D | math.c | 400 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu()
|
/linux-2.4.37.9/arch/s390/math-emu/ |
D | math.c | 207 FP_ADD_S(SR, SA, SB); in emu_aebr() 222 FP_ADD_S(SR, SA, SB); in emu_aeb() 1218 FP_ADD_S(SR, SR, SC); in emu_maebr() 1234 FP_ADD_S(SR, SR, SC); in emu_maeb()
|