HomeSort by relevance Sort by last modified time
    Searched refs:fsqrt (Results 1 - 25 of 31) sorted by null

1 2

  /external/valgrind/main/none/tests/ppc32/
test_fx.stdout.exp 2 fsqrt 0.000000e+00 -> 0.00000000000000e+00
3 fsqrt inf -> inf
4 fsqrt -inf -> nan
5 fsqrt nan -> nan
6 fsqrt nan -> nan
7 fsqrt -5.000000e+100 -> nan
8 fsqrt -5.000000e+20 -> nan
9 fsqrt -5.010000e+02 -> nan
10 fsqrt -6.000000e+00 -> nan
11 fsqrt -1.000000e+00 -> na
    [all...]
jm-fp.stdout.exp     [all...]
  /external/llvm/test/MC/Mips/msa/
test_2rf.s 25 # CHECK: fsqrt.w $w0, $w11 # encoding: [0x7b,0x26,0x58,0x1e]
26 # CHECK: fsqrt.d $w15, $w12 # encoding: [0x7b,0x27,0x63,0xde]
58 fsqrt.w $w0, $w11
59 fsqrt.d $w15, $w12
  /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
  /external/llvm/test/MC/AArch64/
neon-simd-misc.s 638 fsqrt v6.4s, v8.4s
639 fsqrt v6.2d, v8.2d
640 fsqrt v4.2s, v0.2s
642 // CHECK: fsqrt v6.4s, v8.4s // encoding: [0x06,0xf9,0xa1,0x6e]
643 // CHECK: fsqrt v6.2d, v8.2d // encoding: [0x06,0xf9,0xe1,0x6e]
644 // CHECK: fsqrt v4.2s, v0.2s // encoding: [0x04,0xf8,0xa1,0x2e]
arm64-fp-encoding.s 88 fsqrt s1, s2
89 fsqrt d1, d2
91 ; CHECK: fsqrt s1, s2 ; encoding: [0x41,0xc0,0x21,0x1e]
92 ; CHECK: fsqrt d1, d2 ; encoding: [0x41,0xc0,0x61,0x1e]
neon-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
  /external/valgrind/main/none/tests/ppc64/
jm-fp.stdout.exp     [all...]
  /external/qemu/target-i386/
helper.h 181 DEF_HELPER_1(fsqrt, void, env)
  /external/valgrind/main/auxprogs/
ppcfround.c 248 INSN(fsqrt, "fsqrt %%f4, %%f1");
249 INSN(fsqrt_, "fsqrt. %%f4, %%f1");
532 //do_N_unary(fsqrt, SHOW_ALL);
  /external/opencv/cvaux/src/
cvtrifocal.cpp     [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc     [all...]
  /external/vixl/test/
test-disasm-a64.cc     [all...]
test-simulator-a64.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 170 const int fsqrt; /* cost of FSQRT instruction. */ member in struct:processor_costs
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h     [all...]
macro-assembler-arm64-inl.h 819 void MacroAssembler::Fsqrt(const FPRegister& fd, const FPRegister& fn) {
821 fsqrt(fd, fn);
    [all...]
assembler-arm64.cc 1683 void Assembler::fsqrt(const FPRegister& fd, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/a64/
assembler-a64.h     [all...]
macro-assembler-a64.h 711 void Fsqrt(const FPRegister& fd, const FPRegister& fn) {
713 fsqrt(fd, fn);
    [all...]
assembler-a64.cc 1353 void Assembler::fsqrt(const FPRegister& fd, function in class:vixl::Assembler
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 923 milliseconds

1 2