Searched refs:fsqrt (Results 1 – 13 of 13) sorted by relevance
/linux/arch/powerpc/math-emu/ |
H A D | fsqrt.c | 11 fsqrt(void *frD, void *frB) in fsqrt() function
|
H A D | Makefile | 2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
|
H A D | math.c | 21 FLOATFUNC(fsqrt); 290 case FSQRT: func = fsqrt; type = XB; break; in do_mathemu()
|
/linux/arch/m68k/ifpsp060/ |
H A D | MISC | 80 fsqrt.s : 2.4 139 fsqrt.s : 2.4
|
H A D | fplsp.doc | 124 The fabs/fadd/fdiv/fint/fintrz/fmul/fneg/fsqrt/fsub entry points
|
/linux/Documentation/arch/arm/vfp/ |
H A D | release-notes.rst | 31 - fsqrt
|
/linux/arch/powerpc/include/asm/ |
H A D | kvm_fpu.h | 50 FPD_ONE_IN(fsqrt)
|
/linux/arch/sh/math-emu/ |
H A D | math.c | 282 NOTYETn(fsqrt) in NOTYETn() argument 394 fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,
|
/linux/arch/powerpc/kvm/ |
H A D | fpu.S | 251 FPD_ONE_IN(fsqrt)
|
/linux/arch/m68k/fpsp040/ |
H A D | res_func.S | 96 | fsqrt = $05* fssqrt = $41 fdsqrt = $45 97 | (*fsqrt reencoded to $05) 102 | At this point, fabs, fneg, fsmove, fdmove, ftst, fsqrt, fssqrt, and 105 | For cases fsqrt, fssqrt, and fdsqrt goto nrm_src (do normalize) 108 bne normal |weed out fsqrt instructions 678 | tstb DY_MO_FLG(%a6) ;check for fsqrt 679 beq fix_stk |if zero, it is fsqrt
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 1858 # OPERR : fsqrt(-NORM) 2496 # fsqrt flog2 6657 fsqrt.x %fp1 # SQRT([1-X][1+X]) 6748 fsqrt.x %fp0 # SQRT((1-X)/(1+X)) 11415 long fsqrt - tbl_unsupp # 04: fsqrt 15502 # fsqrt(): emulates the fsqrt instruction # 15672 fsqrt.x FP_SCR0(%a6),%fp0 # execute square root 15723 fsqrt.x FP_SCR0(%a6),%fp0 # perform square root 15811 # fsqrt(+0) = +0 15812 # fsqrt(-0) = -0 [all …]
|
H A D | pfpsp.S | 1857 # OPERR : fsqrt(-NORM) 2495 # fsqrt flog2
|
/linux/arch/x86/math-emu/ |
H A D | README | 231 The results of the basic arithmetic functions (+,-,*,/), and fsqrt
|