Home
last modified time | relevance | path

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

/arch/powerpc/math-emu/
Dfmsub.c10 fmsub(void *frD, void *frA, void *frB, void *frC) in fmsub() function
DMakefile6 fmadd.o fmadds.o fmsub.o fmsubs.o \
Dmath.c27 FLOATFUNC(fmsub);
324 case FMSUB: func = fmsub; type = ABC; break; in do_mathemu()