Searched
full:fadd (Results
251 -
275 of
685) sorted by null
<<11121314151617181920>>
/external/llvm/test/CodeGen/Hexagon/ |
floatconvert-ieee-rnd-near.ll | 16 %add = fadd float %1, %2
|
/external/llvm/test/CodeGen/Mips/ |
2008-08-03-fabs64.ll | 14 fadd double %0, %1
|
2008-11-10-xint_to_fp.ll | 23 fadd double %2, %6 ; <double>:7 [#uses=1] 28 fadd double %7, %11 ; <double>:12 [#uses=1] 47 fadd double %3, %7 ; <double>:8 [#uses=1] 52 fadd double %8, %12 ; <double>:13 [#uses=1]
|
/external/llvm/test/CodeGen/PowerPC/ |
mem-rr-addr-mode.ll | 14 %tmp9 = fadd <4 x float> %tmp5, %tmp8 ; <<4 x float>> [#uses=1]
|
ppcf128-1-opt.ll | 8 %tmp3 = fadd ppc_fp128 %x, %y ; <ppc_fp128> [#uses=1]
|
vrsave-spill.ll | 7 %c = fadd <4 x float> %a, %b
|
/external/llvm/test/CodeGen/R600/ |
literals.ll | 30 %0 = fadd float 5.0, %in
|
/external/llvm/test/CodeGen/Thumb2/ |
ifcvt-neon.ll | 18 %3 = fadd float %1, %2 ; <float> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
2006-05-25-CycleInDAG.ll | 14 %tmp64.i = fadd double %tmp62.i.upgrd.2, %tmp44.i ; <double> [#uses=1]
|
2009-02-12-SpillerBug.ll | 8 %2 = fadd x86_fp80 0xK00000000000000000000, 0xK00000000000000000000 ; <x86_fp80> [#uses=1]
|
2009-02-25-CommuteBug.ll | 13 %tmp.i = fadd <2 x double> %0, %C ; <<2 x double>> [#uses=1]
|
2010-01-07-UAMemFeature.ll | 9 %B = fadd <4 x float> %A, %In
|
2011-06-01-fildll.ll | 13 %add = fadd float %conv, 1.000000e+00
|
coalescer-commute1.ll | 18 %tmp6 = fadd float %tmp34, %thesum.0 ; <float> [#uses=2]
|
soft-fp.ll | 25 %0 = fadd float %a, %b ; <float> [#uses=1]
|
vec_insert.ll | 8 %tmp18 = fadd <4 x float> %tmp1, %tmp1 ; <<4 x float>> [#uses=1]
|
vec_zero.ll | 7 %S = fadd <4 x float> zeroinitializer, %T ; <<4 x float>> [#uses=1]
|
brcond.ll | 102 %4 = fadd double %2, -1.000000e+00 ; <double> [#uses=1] 126 %c = fadd <4 x float> %b, < float 1.000000e+002, float 2.000000e+002, float 3.000000e+002, float 4.000000e+002 > 150 %c = fadd <4 x float> %b, < float 1.000000e+002, float 2.000000e+002, float 3.000000e+002, float 4.000000e+002 > 174 %c = fadd <4 x float> %b, < float 1.000000e+002, float 2.000000e+002, float 3.000000e+002, float 4.000000e+002 > 198 %c = fadd <4 x float> %b, < float 1.000000e+002, float 2.000000e+002, float 3.000000e+002, float 4.000000e+002 > 222 %c = fadd <4 x float> %b, < float 1.000000e+002, float 2.000000e+002, float 3.000000e+002, float 4.000000e+002 > 246 %c = fadd <4 x float> %b, < float 1.000000e+002, float 2.000000e+002, float 3.000000e+002, float 4.000000e+002 >
|
/external/llvm/test/Transforms/InstCombine/ |
dce-iterate.ll | 21 %f = fadd double %b, %e
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
ordering.ll | 16 %add = fadd double %mul4, %mul8
|
phi.ll | 81 %add = fadd double %R.017, 1.000000e+01 82 %add2 = fadd double %G.018, 1.000000e+01 85 %add4 = fadd double %mul, 4.000000e+00 86 %add5 = fadd double %mul3, 4.000000e+00
|
/external/skia/src/effects/ |
SkColorFilters.cpp | 550 SkLightingColorFilter(SkColor mul, SkColor add) : fMul(mul), fAdd(add) {} 558 unsigned addR = SkColorGetR(fAdd); 559 unsigned addG = SkColorGetG(fAdd); 560 unsigned addB = SkColorGetB(fAdd); 581 str->appendHex(fAdd); 591 buffer.writeColor(fAdd); 596 fAdd = buffer.readColor(); 599 SkColor fMul, fAdd; 612 unsigned addR = SkColorGetR(fAdd); 613 unsigned addG = SkColorGetG(fAdd); [all...] |
/external/clang/test/CodeGen/ |
ext-vector.c | 15 // CHECK: fadd <4 x float> 80 // CHECK: fadd <4 x float> 89 // CHECK: fadd <4 x float> 98 // CHECK: fadd <4 x float> 107 // CHECK: fadd <4 x float>
|
/external/llvm/test/CodeGen/AArch64/ |
neon-add-sub.ll | 46 ;CHECK: fadd {{v[0-31]+}}.2s, {{v[0-31]+}}.2s, {{v[0-31]+}}.2s 47 %tmp3 = fadd <2 x float> %A, %B; 52 ;CHECK: fadd {{v[0-31]+}}.4s, {{v[0-31]+}}.4s, {{v[0-31]+}}.4s 53 %tmp3 = fadd <4 x float> %A, %B; 58 %tmp3 = fadd <2 x double> %A, %B;
|
/external/llvm/test/MC/AArch64/ |
neon-add-sub-instructions.s | 47 fadd v0.2s, v1.2s, v2.2s 48 fadd v0.4s, v1.4s, v2.4s 49 fadd v0.2d, v1.2d, v2.2d 51 // CHECK: fadd v0.2s, v1.2s, v2.2s // encoding: [0x20,0xd4,0x22,0x0e] 52 // CHECK: fadd v0.4s, v1.4s, v2.4s // encoding: [0x20,0xd4,0x22,0x4e] 53 // CHECK: fadd v0.2d, v1.2d, v2.2d // encoding: [0x20,0xd4,0x62,0x4e]
|
Completed in 1717 milliseconds
<<11121314151617181920>>