HomeSort by relevance Sort by last modified time
    Searched full:fadd (Results 276 - 300 of 907) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/NVPTX/
vector-args.ll 11 %t4 = fadd float %t2, %t3
23 %t4 = fadd float %t2, %t3
  /external/llvm/test/CodeGen/PowerPC/
vsx-spill.ll 21 %b = fadd double %a, %a
46 %b = fadd double %a, %a
  /external/llvm/test/CodeGen/R600/
texture-input-merge.ll 22 %17 = fadd <4 x float> %14, %15
23 %18 = fadd <4 x float> %17, %16
  /external/llvm/test/CodeGen/SystemZ/
fp-conv-01.ll 34 %res = fadd float %conv, %d2
58 %res = fadd double %conv, %d2
  /external/llvm/test/CodeGen/X86/
2005-05-08-FPStackifierPHI.ll 16 %tmp.882 = fadd float 0.000000e+00, 0.000000e+00 ; <float> [#uses=2]
26 %tmp.958 = fadd float 0.000000e+00, 0.000000e+00 ; <float> [#uses=1]
2008-02-27-PEICrash.ll 17 %tmp46.pn = fadd float %tmp44.pn, %a.pn ; <float> [#uses=1]
31 %tmp460 = fadd float %y.1, 0.000000e+00 ; <float> [#uses=0]
full-lsr.ll 25 %5 = fadd float %2, %4 ; <float> [#uses=1]
33 %12 = fadd float %9, %11 ; <float> [#uses=1]
misched-copy.ll 30 ;%addmb = fadd float %divm, %convb
35 %addab = fadd float %diva, %convb
  /external/llvm/test/DebugInfo/ARM/
selectiondag-deadcode.ll 5 br i1 fcmp oeq (float fadd (float fadd (float fmul (float undef, float undef), float fmul (float undef, float undef)), float fmul (float undef, float undef)), float 0.000000e+00), label %_ZN7Vector39NormalizeEv.exit, label %1
  /external/llvm/test/Transforms/BBVectorize/X86/
sh-types.ll 16 %Z1 = fadd double %N1, %D1
17 %Z2 = fadd double %N2, %D2
  /external/llvm/test/Transforms/GlobalOpt/
2008-04-26-SROA-Global-Align.ll 29 %R = fadd double %V1, %V2
30 %R2 = fadd double %R, %V3
  /external/llvm/test/Transforms/Inline/
inline_constprop.ll 206 %x1 = fadd float %x, 1.0
207 %x2 = fadd float %x1, 1.0
208 %x3 = fadd float %x2, 1.0
209 %x4 = fadd float %x3, 1.0
210 %x5 = fadd float %x4, 1.0
211 %x6 = fadd float %x5, 1.0
212 %x7 = fadd float %x6, 1.0
213 %x8 = fadd float %x7, 1.0
  /external/llvm/test/Transforms/SLPVectorizer/X86/
reduction2.ll 25 %8 = fadd double %A42, %A72
26 %9 = fadd double %sum.01, %8
  /external/valgrind/main/none/tests/ppc32/
xlc_dbl_u32.c 4 fadd with a non-standard rounding mode and so checks that V handles
24 " fadd %f0,%f0,%f2\n"
  /external/vixl/examples/
add3-double.cc 38 __ Fadd(d0, d0, d1); // d0 <- x + y
39 __ Fadd(d0, d0, d2); // d0 <- d0 + z
  /external/llvm/test/Transforms/BBVectorize/
simple.ll 17 %Z1 = fadd double %Y1, %B1
18 %Z2 = fadd double %Y2, %B2
19 ; CHECK: %Z1 = fadd <2 x double> %Y1, %X1.v.i1.2
41 %Z1 = fadd double %Y2, %B1
42 %Z2 = fadd double %Y1, %B2
45 ; CHECK: %Z2 = fadd <2 x double> %Y1, %Z1.v.i1.2
67 %Z1 = fadd double %Y2, %B1
68 %Z2 = fadd double %Y2, %B2
70 ; CHECK: %Z1 = fadd <2 x double> %Z1.v.i0, %X1.v.i1.2
92 %Z1 = fadd double %Y1, %B
    [all...]
  /external/clang/test/CodeGen/
aarch64-neon-fma.c 12 // CHECK: fadd {{v[0-9]+}}.2s, {{v[0-9]+}}.2s, {{v[0-9]+}}.2s
21 // CHECK: fadd {{v[0-9]+}}.4s, {{v[0-9]+}}.4s, {{v[0-9]+}}.4s
30 // CHECK: fadd {{v[0-9]+}}.2d, {{v[0-9]+}}.2d, {{v[0-9]+}}.2d
66 // CHECK: fadd {{v[0-9]+}}.2s, {{v[0-9]+}}.2s, {{v[0-9]+}}.2s
74 // CHECK: fadd {{v[0-9]+}}.4s, {{v[0-9]+}}.4s, {{v[0-9]+}}.4s
82 // CHECK: fadd {{v[0-9]+}}.2s, {{v[0-9]+}}.2s, {{v[0-9]+}}.2s
90 // CHECK: fadd {{v[0-9]+}}.4s, {{v[0-9]+}}.4s, {{v[0-9]+}}.4s
130 // CHECK: fadd {{v[0-9]+}}.2s, {{v[0-9]+}}.2s, {{v[0-9]+}}.2s
138 // CHECK: fadd {{v[0-9]+}}.4s, {{v[0-9]+}}.4s, {{v[0-9]+}}.4s
146 // CHECK: fadd {{v[0-9]+}}.2s, {{v[0-9]+}}.2s, {{v[0-9]+}}.2
    [all...]
fp16-ops.c 28 // CHECK: fadd float
32 // CHECK: fadd float
36 // CHECK: fadd float
40 // CHECK: fadd float
86 // CHECK: fadd float
91 // CHECK: fadd float
95 // CHECK: fadd float
99 // CHECK: fadd float
227 // CHECK: fadd float
232 // CHECK: fadd
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
2009-07-30-PEICrash.ll 67 %10 = fadd float undef, 0.000000e+00 ; <float> [#uses=2]
68 %11 = fadd float %7, %9 ; <float> [#uses=2]
75 %18 = fadd float %14, undef ; <float> [#uses=2]
77 %20 = fadd float undef, %17 ; <float> [#uses=2]
78 %21 = fadd float %20, %18 ; <float> [#uses=3]
81 %24 = fadd float %19, undef ; <float> [#uses=1]
86 %29 = fadd float %28, %25 ; <float> [#uses=1]
89 %32 = fadd float %27, %31 ; <float> [#uses=1]
90 %33 = fadd float %10, %21 ; <float> [#uses=1]
94 %35 = fadd float %11, %30 ; <float> [#uses=1
    [all...]
  /dalvik/dx/tests/102-verify-nonwide-math/
run 31 oneop fadd
  /external/llvm/test/Analysis/BasicAA/
phi-spec-order.ll 28 %add = fadd <4 x double> %i6, <double 1.000000e+00, double 1.000000e+00, double 1.000000e+00, double 1.000000e+00>
32 %add.4 = fadd <4 x double> %i7, <double 1.000000e+00, double 1.000000e+00, double 1.000000e+00, double 1.000000e+00>
36 %add.8 = fadd <4 x double> %i8, <double 1.000000e+00, double 1.000000e+00, double 1.000000e+00, double 1.000000e+00>
41 %add.12 = fadd <4 x double> %i9, <double 1.000000e+00, double 1.000000e+00, double 1.000000e+00, double 1.000000e+00>
  /external/llvm/test/CodeGen/ARM/
crash.ll 38 %tmp11 = fadd <4 x float> %tmp10, undef
39 %tmp12 = fadd <4 x float> undef, %tmp11
59 %tmp82 = fadd <4 x float> %tmp81, undef
60 %tmp85 = fadd <4 x float> %tmp82, undef
deps-fix.ll 12 %2 = fadd <4 x float> %1, %x
vfp-libcalls.ll 9 %sum = fadd float %a, %b
  /external/llvm/test/CodeGen/Hexagon/
convertdptoint.ll 19 %add = fadd double %0, %1

Completed in 408 milliseconds

<<11121314151617181920>>