Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/math-emu/
Dmtfsfi.c10 mtfsfi(unsigned int crfD, unsigned int IMM) in mtfsfi() function
DMakefile2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
Dmath.c24 FLOATFUNC(mtfsfi);
316 case MTFSFI: func = mtfsfi; type = XCRI; break; in do_mathemu()