Home
last modified time | relevance | path

Searched refs:fsqrts (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/arch/nds32/math-emu/
Dfsqrts.c8 void fsqrts(void *ft, void *fa) in fsqrts() function
DMakefile9 fdivs.o fmuls.o fsubs.o fadds.o fd2s.o fsqrts.o fcmps.o fnegd.o \
Dfpuemu.c141 func.b = fsqrts;
/Linux-v5.10/arch/powerpc/kvm/
Dfpu.S88 FPS_ONE_IN(fsqrts)
238 FPD_ONE_IN(fsqrts)
/Linux-v5.10/arch/powerpc/math-emu/
Dfsqrts.c12 fsqrts(void *frD, void *frB) in fsqrts() function
DMakefile2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
Dmath.c22 FLOATFUNC(fsqrts);
271 case FSQRTS: func = fsqrts; type = XB; break; in do_mathemu()
/Linux-v5.10/arch/nds32/include/asm/
Dfpuemu.h22 void fsqrts(void *ft, void *fa);
/Linux-v5.10/arch/powerpc/include/asm/
Dkvm_fpu.h44 FPD_ONE_IN(fsqrts)