Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/math-emu/
Dmtfsfi.c9 mtfsfi(unsigned int crfD, unsigned int IMM) in mtfsfi() function
DMakefile1 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
Dmath.c23 FLOATFUNC(mtfsfi);
315 case MTFSFI: func = mtfsfi; type = XCRI; break; in do_mathemu()