Home
last modified time | relevance | path

Searched refs:fmsub (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/ppc/math-emu/
Dfmsub.c9 fmsub(void *frD, void *frA, void *frB, void *frC) in fmsub() function
DMakefile11 fmadd.o fmadds.o fmsub.o fmsubs.o \
Dmath.c30 FLOATFUNC(fmsub);
325 case FMSUB: func = fmsub; type = ABC; break; in do_mathemu()