/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/ |
reggroup-err.asm | 0 fadd %st (2) 2 fadd %st (2), %st(0) 3 fadd %st (2), %st 4 fadd %st, %st 5 fadd %st (8)
|
reggroup.asm | 0 fadd %st (2) 2 fadd %st (2), %st(0) 3 fadd %st (2), %st 4 fadd %st, %st 5 # fadd %st (8)
|
/external/llvm/test/ExecutionEngine/ |
2010-01-15-UndefValue.ll | 5 %b = fadd float 0.0, undef 6 %c = fadd double 0.0, undef
|
2003-01-10-FUCOM.ll | 4 %X = fadd double 0.000000e+00, 1.000000e+00 ; <double> [#uses=1] 7 fadd double %Y, 0.000000e+00 ; <double>:1 [#uses=0]
|
/external/llvm/test/Transforms/GVN/ |
fpmath.ll | 5 ; CHECK: %add1 = fadd double %x, %y 7 ; CHECK: %foo = fadd double %add1, %add1 8 %add1 = fadd double %x, %y, !fpmath !0 9 %add2 = fadd double %x, %y 10 %foo = fadd double %add1, %add2 16 ; CHECK: %add1 = fadd double %x, %y, !fpmath !0 17 ; CHECK: %foo = fadd double %add1, %add1 18 %add1 = fadd double %x, %y, !fpmath !0 19 %add2 = fadd double %x, %y, !fpmath !0 20 %foo = fadd double %add1, %add [all...] |
/external/llvm/test/Transforms/InstCombine/ |
zero-point-zero-add.ll | 6 %Y = fadd double %X, 0.0 ;; Should be a single add x, 0.0 7 %Z = fadd double %Y, 0.0 13 %Z = fadd double %Y, 0.0
|
vec_narrow.ll | 1 ; RUN: opt < %s -instcombine -S | grep "fadd float" 6 %D = fadd <4 x float> %C, %B ; <%V> [#uses=1]
|
/external/llvm/test/Transforms/InstSimplify/ |
fast-math.ll | 37 ; fadd [nnan ninf] X, (fsub [nnan ninf] 0, X) ==> 0 44 %zero1 = fadd nnan ninf float %t1, %a 47 %zero2 = fadd ninf float %t2, %a 50 %zero3 = fadd float %t3, %a 53 %zero4 = fadd nnan ninf float %t4, %a 58 ; CHECK: %no_zero = fadd nnan float %nofold, %a 59 %no_zero = fadd nnan float %nofold, %a 62 %zero5 = fadd float %zero1, %zero2 63 %zero6 = fadd float %zero3, %zero4 64 %zero7 = fadd float %zero5, %zero [all...] |
/external/llvm/test/ExecutionEngine/MCJIT/ |
2010-01-15-UndefValue.ll | 5 %b = fadd float 0.0, undef 6 %c = fadd double 0.0, undef
|
2003-01-10-FUCOM.ll | 4 %X = fadd double 0.000000e+00, 1.000000e+00 ; <double> [#uses=1] 7 fadd double %Y, 0.000000e+00 ; <double>:1 [#uses=0]
|
/external/llvm/test/Verifier/ |
fpmath.ll | 6 %t = fadd float %f, %f, !fpmath !1 8 %u = fadd float %f, %f, !fpmath !2 10 %v = fadd float %f, %f, !fpmath !3 12 %w = fadd float %f, %f, !fpmath !0 14 %w2 = fadd <2 x float> %g, %g, !fpmath !0 16 %x = fadd float %f, %f, !fpmath !4 18 %y = fadd float %f, %f, !fpmath !5 20 %z = fadd float %f, %f, !fpmath !6
|
/external/llvm/test/CodeGen/X86/ |
fp-fast.ll | 9 %t1 = fadd float %a, %a 10 %r = fadd float %t1, %t1 21 %t2 = fadd float %a, %a 22 %r = fadd float %t1, %t2 33 %t2 = fadd float %a, %a 34 %r = fadd float %t1, %t2 44 %t1 = fadd float %a, %a 46 %r = fadd float %t1, %t2 56 %t1 = fadd float %a, %a 58 %r = fadd float %t1, %t [all...] |
dagcombine_unsafe_math.ll | 9 %t2 = fadd fast float %t1, %x 17 %t1 = fadd fast float %x, %x 18 %t2 = fadd fast float %t1, %x 27 %t1 = fadd fast float %x, %x 28 %t2 = fadd fast float %t1, %x 37 %t1 = fadd fast float %x, %y 38 %t2 = fadd fast float %t1, %x 52 %add.i10.i154 = fadd float %vecext1.i9.i153, %vecext.i8.i152 54 %add.i.i156 = fadd float %vecext.i7.i155, %add.i10.i154
|
2007-01-08-InstrSched.ll | 9 %tmp10 = fadd float %tmp1, %tmp3 10 %tmp12 = fadd float %tmp10, %tmp5 11 %tmp14 = fadd float %tmp12, %tmp7
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
simple.ll | 10 %Z1 = fadd double %Y1, %B1 11 %Z2 = fadd double %Y2, %B2 17 ; CHECK: fadd <2 x double> 29 %Z1 = fadd double %Y1, %B1 30 %Z2 = fadd double %Y2, %B2 31 %W1 = fadd double %Y1, %Z1 32 %W2 = fadd double %Y2, %Z2 33 %V1 = fadd double %W1, %Z1 34 %V2 = fadd double %W2, %Z2 35 %Q1 = fadd double %W1, %V [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
frame-02.ll | 56 %add0 = fadd float %l0, %l0 57 %add1 = fadd float %l1, %add0 58 %add2 = fadd float %l2, %add1 59 %add3 = fadd float %l3, %add2 60 %add4 = fadd float %l4, %add3 61 %add5 = fadd float %l5, %add4 62 %add6 = fadd float %l6, %add5 63 %add7 = fadd float %l7, %add6 64 %add8 = fadd float %l8, %add7 65 %add9 = fadd float %l9, %add [all...] |
frame-03.ll | 58 %add0 = fadd double %l0, %l0 59 %add1 = fadd double %l1, %add0 60 %add2 = fadd double %l2, %add1 61 %add3 = fadd double %l3, %add2 62 %add4 = fadd double %l4, %add3 63 %add5 = fadd double %l5, %add4 64 %add6 = fadd double %l6, %add5 65 %add7 = fadd double %l7, %add6 66 %add8 = fadd double %l8, %add7 67 %add9 = fadd double %l9, %add [all...] |
fp-add-01.ll | 12 %res = fadd float %f1, %f2 22 %res = fadd float %f1, %f2 33 %res = fadd float %f1, %f2 46 %res = fadd float %f1, %f2 58 %res = fadd float %f1, %f2 71 %res = fadd float %f1, %f2 106 %add0 = fadd float %ret, %val0 107 %add1 = fadd float %add0, %val1 108 %add2 = fadd float %add1, %val2 109 %add3 = fadd float %add2, %val [all...] |
fp-add-02.ll | 12 %res = fadd double %f1, %f2 22 %res = fadd double %f1, %f2 33 %res = fadd double %f1, %f2 46 %res = fadd double %f1, %f2 58 %res = fadd double %f1, %f2 71 %res = fadd double %f1, %f2 106 %add0 = fadd double %ret, %val0 107 %add1 = fadd double %add0, %val1 108 %add2 = fadd double %add1, %val2 109 %add3 = fadd double %add2, %val [all...] |
/external/llvm/test/Transforms/EarlyCSE/ |
floatingpoint.ll | 5 ; CHECK: %b = fadd <4 x float> %a, zeroinitializer 6 %b = fadd <4 x float> %a, <float 0.0,float 0.0,float 0.0,float 0.0> 12 %b = fadd <4 x float> %a, <float -0.0,float -0.0,float -0.0,float -0.0>
|
/external/llvm/test/Transforms/BBVectorize/ |
cycle.ll | 7 ; %add84 = fadd double %sub83, 2.000000e+00 <-> %add127 = fadd double %mul126, 1.000000e+00 (add127 depends on div77) 18 %add35 = fadd double %conv, %a 19 %sub36 = fadd double %add35, -1.000000e+00 20 %add38 = fadd double %conv, %b 21 %sub39 = fadd double %add38, -1.000000e+00 22 %add41 = fadd double %conv, %c 23 %sub42 = fadd double %add41, -1.000000e+00 24 %sub45 = fadd double %add35, -2.000000e+00 25 %sub48 = fadd double %add38, -2.000000e+0 [all...] |
/external/llvm/test/CodeGen/Mips/ |
2008-07-22-Cstpool.ll | 10 fadd float %a, 0x4011333340000000 ; <float>:0 [#uses=1] 11 fadd float %0, 0x4010666660000000 ; <float>:1 [#uses=1]
|
/external/llvm/test/CodeGen/R600/ |
llvm.SI.sample.ll | 75 %e5 = fadd float %t0, %t1 78 %e6 = fadd float %t2, %t3 81 %e7 = fadd float %t4, %t5 84 %e8 = fadd float %t6, %t7 87 %e9 = fadd float %t8, %t9 90 %e10 = fadd float %t10, %t11 94 %t15 = fadd float %t12, %t13 95 %e11 = fadd float %t14, %t15 99 %t19 = fadd float %t16, %t17 100 %e12 = fadd float %t18, %t1 [all...] |
llvm.SI.sampled.ll | 75 %e5 = fadd float %t0, %t1 78 %e6 = fadd float %t2, %t3 81 %e7 = fadd float %t4, %t5 84 %e8 = fadd float %t6, %t7 87 %e9 = fadd float %t8, %t9 90 %e10 = fadd float %t10, %t11 94 %t15 = fadd float %t12, %t13 95 %e11 = fadd float %t14, %t15 99 %t19 = fadd float %t16, %t17 100 %e12 = fadd float %t18, %t1 [all...] |
/external/llvm/test/CodeGen/ARM/ |
2009-11-07-SubRegAsmPrinting.ll | 13 %4 = fadd float 0.000000e+00, %3 ; <float> [#uses=1] 20 %9 = fadd float %2, undef ; <float> [#uses=3] 23 %12 = fadd float undef, %11 ; <float> [#uses=2] 26 %15 = fadd float %13, %14 ; <float> [#uses=1] 28 %17 = fadd float %15, %16 ; <float> [#uses=2] 30 %19 = fadd float %18, 0.000000e+00 ; <float> [#uses=1] 32 %21 = fadd float %19, %20 ; <float> [#uses=1] 35 %24 = fadd float %23, undef ; <float> [#uses=1] 38 %27 = fadd float %24, %26 ; <float> [#uses=1] 40 %29 = fadd float undef, %28 ; <float> [#uses=1 [all...] |