HomeSort by relevance Sort by last modified time
    Searched full:fsqrt (Results 26 - 50 of 265) sorted by null

12 3 4 5 6 7 8 91011

  /bionic/libm/x86_64/
e_hypot.S 36 // Use 80-bit FPU precision fmul, fsqrt to compute square and sqrt.
96 fsqrt
119 fsqrt
  /external/llvm/test/CodeGen/PowerPC/
qpx-recipest.ll 30 ; CHECK-SAFE: fsqrt
82 ; CHECK-SAFE: fsqrt
168 ; CHECK-SAFE: fsqrt
recipest.ll 36 ; CHECK-SAFE: fsqrt
82 ; CHECK-SAFE: fsqrt
219 ; CHECK-SAFE: fsqrt
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
anames.go 233 "FSQRT",
  /prebuilts/go/darwin-x86/src/math/
hypot_386.s 34 FSQRT // F0=sqrt(1+q*q), F1=p
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
anames.go 233 "FSQRT",
  /prebuilts/go/linux-x86/src/math/
hypot_386.s 34 FSQRT // F0=sqrt(1+q*q), F1=p
  /external/llvm/lib/Target/Mips/
MicroMipsInstrFPU.td 61 fsqrt>, ROUND_W_FM_MM<1, 0x28>;
149 fsqrt>, ROUND_W_FM_MM<0, 0x28>;
  /external/llvm/test/CodeGen/AArch64/
floatdp_1source.ll 42 ; CHECK: fsqrt {{s[0-9]+}}, {{s[0-9]+}}
81 ; CHECK: fsqrt {{d[0-9]+}}, {{d[0-9]+}}
  /external/llvm/test/CodeGen/Mips/msa/
2rf.ll 252 %1 = tail call <4 x float> @llvm.mips.fsqrt.w(<4 x float> %0)
257 declare <4 x float> @llvm.mips.fsqrt.w(<4 x float>) nounwind
262 ; CHECK-DAG: fsqrt.w [[WD:\$w[0-9]+]], [[WS]]
273 %1 = tail call <2 x double> @llvm.mips.fsqrt.d(<2 x double> %0)
278 declare <2 x double> @llvm.mips.fsqrt.d(<2 x double>) nounwind
283 ; CHECK-DAG: fsqrt.d [[WD:\$w[0-9]+]], [[WS]]
301 ; CHECK-DAG: fsqrt.w [[WD:\$w[0-9]+]], [[WS]]
319 ; CHECK-DAG: fsqrt.d [[WD:\$w[0-9]+]], [[WS]]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33-2.c 484 def_am_insn (fsqrt, fs, 3, 0xf952, freg (0, 8));
485 def_am_insn (fsqrt, fsfs, 4, 0xfb54,
524 am_insn (fsqrt, fs),
525 am_insn (fsqrt, fsfs),
576 def_am_insn (fsqrt, fd, 3, 0xf9d2, dreg (0, 8));
577 def_am_insn (fsqrt, fdfd, 4, 0xfbd4,
606 am_insn (fsqrt, fd),
607 am_insn (fsqrt, fdfd),
am33-2.d     [all...]
  /external/valgrind/auxprogs/
ppcfround.c 248 INSN(fsqrt, "fsqrt %%f4, %%f1");
249 INSN(fsqrt_, "fsqrt. %%f4, %%f1");
532 //do_N_unary(fsqrt, SHOW_ALL);
  /external/valgrind/none/tests/ppc32/
jm-fp.stdout.exp     [all...]
jm-fp.stdout.exp-BE2     [all...]
  /external/valgrind/none/tests/ppc64/
jm-fp.stdout.exp     [all...]
jm-fp.stdout.exp-BE2     [all...]
jm-fp.stdout.exp-LE     [all...]
jm-fp.stdout.exp-LE2     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
err-1.s 18 fsqrt.d dr31,dr43 ! { dg-error "invalid operand" }
basic-1.s 88 fsqrt.d dr30,dr44
89 fsqrt.s fr3,fr23
  /external/llvm/test/CodeGen/X86/
sqrt-fastmath.ll 56 ; NORECIP-NEXT: fsqrt
62 ; ESTIMATE-NEXT: fsqrt
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 154 # CHECK-BE: fsqrt 2, 3 # encoding: [0xfc,0x40,0x18,0x2c]
155 # CHECK-LE: fsqrt 2, 3 # encoding: [0x2c,0x18,0x40,0xfc]
156 fsqrt 2, 3
157 # CHECK-BE: fsqrt. 2, 3 # encoding: [0xfc,0x40,0x18,0x2d]
158 # CHECK-LE: fsqrt. 2, 3 # encoding: [0x2d,0x18,0x40,0xfc]
159 fsqrt. 2, 3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/
sh2a-or-sh4.s 39 fsqrt dr2 ;!/* 1111nnn001101101 fsqrt <D_REG_N> */{"fsqrt",{D_REG_N},{HEX_F,REG_N,HEX_6,HEX_D}, arch_sh2a_or_sh4_up}
230 fsqrt fr1 ;!/* 1111nnnn01101101 fsqrt <F_REG_N> */{"fsqrt",{F_REG_N},{HEX_F,REG_N,HEX_6,HEX_D}, arch_sh2a_or_sh3e_up}
sh4.s     [all...]

Completed in 492 milliseconds

12 3 4 5 6 7 8 91011