Home
last modified time | relevance | path

Searched refs:fsqrt (Results 1 – 25 of 152) sorted by relevance

1234567

/external/llvm/test/CodeGen/PowerPC/
Dfsqrt.ll1 ; fsqrt should be generated when the fsqrt feature is enabled, but not
4 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=+fsqrt | \
5 ; RUN: grep "fsqrt f1, f1"
7 ; RUN: grep "fsqrt f1, f1"
8 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-fsqrt | \
9 ; RUN: not grep "fsqrt f1, f1"
11 ; RUN: not grep "fsqrt f1, f1"
Dvec_sqrt.ll1 ; RUN: llc -mcpu=pwr6 -mattr=+altivec,+fsqrt < %s | FileCheck %s
4 ; does not provide an fsqrt instruction for vector.
59 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
60 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
68 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
69 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
70 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
71 ; CHECK: fsqrt {{[0-9]+}}, {{[0-9]+}}
Dqpx-recipest.ll30 ; CHECK-SAFE: fsqrt
82 ; CHECK-SAFE: fsqrt
168 ; CHECK-SAFE: fsqrt
/external/llvm/test/CodeGen/AArch64/
Dsqrt-fastmath.ll12 define float @fsqrt(float %a) #0 {
16 ; FAULT-LABEL: fsqrt:
18 ; FAULT-NEXT: fsqrt
20 ; CHECK-LABEL: fsqrt:
32 ; FAULT-NEXT: fsqrt
47 ; FAULT-NEXT: fsqrt
62 ; FAULT-NEXT: fsqrt
76 ; FAULT-NEXT: fsqrt
92 ; FAULT-NEXT: fsqrt
107 ; FAULT-NEXT: fsqrt
[all …]
Dfast-isel-sqrt.ll6 ; CHECK: fsqrt s0, s0
14 ; CHECK: fsqrt d0, d0
/external/llvm/test/MC/Mips/msa/
Dtest_2rf.s25 # 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/capstone/suite/MC/PowerPC/
Dppc64-encoding-fp.s.cs47 0xfc,0x40,0x18,0x2c = fsqrt 2, 3
48 0xfc,0x40,0x18,0x2d = fsqrt. 2, 3
/external/capstone/suite/MC/Mips/
Dtest_2rf.s.cs24 0x7b,0x26,0x58,0x1e = fsqrt.w $w0, $w11
25 0x7b,0x27,0x63,0xde = fsqrt.d $w15, $w12
/external/llvm/test/CodeGen/Mips/msa/
D2rf.ll252 %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]]
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-fp.s154 # 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/Disassembler/Mips/msa/
Dtest_2rf.txt25 0x7b 0x26 0x58 0x1e # CHECK: fsqrt.w $w0, $w11
26 0x7b 0x27 0x63 0xde # CHECK: fsqrt.d $w15, $w12
/external/musl/src/math/x32/
Dsqrtl.s4 fsqrt
Dasinl.s10 fsqrt
Dacosl.s12 fsqrt
/external/musl/src/math/i386/
Dasinl.s10 fsqrt
Dacosl.s10 fsqrt
Dacosf.s10 fsqrt
Dasin.s14 fsqrt
Dacos.s12 fsqrt
Dasinf.s14 fsqrt
/external/musl/src/math/x86_64/
Dasinl.s10 fsqrt
Dacosl.s12 fsqrt
/external/llvm/test/MC/AArch64/
Dneon-simd-misc.s730 fsqrt v4.4h, v0.4h
731 fsqrt v6.8h, v8.8h
732 fsqrt v6.4s, v8.4s
733 fsqrt v6.2d, v8.2d
734 fsqrt v4.2s, v0.2s
Dfullfp16-neon-neg.s28 fsqrt.4h v0, v0
52 fsqrt.8h v0, v0
378 fsqrt v4.4h, v0.4h
380 fsqrt v6.8h, v8.8h
/external/llvm/test/CodeGen/X86/
Dpr26625.ll13 ; CHECK-NEXT: fsqrt

1234567