HomeSort by relevance Sort by last modified time
    Searched full:fadd (Results 376 - 400 of 685) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/AArch64/
neon-fma.ll 6 %tmp2 = fadd <2 x float> %C, %tmp1;
13 %tmp2 = fadd <4 x float> %C, %tmp1;
20 %tmp2 = fadd <2 x double> %C, %tmp1;
  /external/llvm/test/CodeGen/ARM/
vld2.ll 55 %tmp4 = fadd <2 x float> %tmp2, %tmp3
68 %tmp4 = fadd <2 x float> %tmp2, %tmp3
142 %tmp4 = fadd <4 x float> %tmp2, %tmp3
vldlane.ll 159 %tmp5 = fadd <2 x float> %tmp3, %tmp4
197 %tmp5 = fadd <4 x float> %tmp3, %tmp4
270 %tmp6 = fadd <2 x float> %tmp3, %tmp4
271 %tmp7 = fadd <2 x float> %tmp5, %tmp6
331 %tmp6 = fadd <4 x float> %tmp3, %tmp4
332 %tmp7 = fadd <4 x float> %tmp5, %tmp6
435 %tmp7 = fadd <2 x float> %tmp3, %tmp4
436 %tmp8 = fadd <2 x float> %tmp5, %tmp6
437 %tmp9 = fadd <2 x float> %tmp7, %tmp8
485 %tmp7 = fadd <4 x float> %tmp3, %tmp
    [all...]
2009-08-21-PostRAKill.ll 28 %5 = fadd double %2, %4 ; <double> [#uses=1]
  /external/llvm/test/CodeGen/Generic/
select.ll 12 %c = fadd float %X, 0.000000e+00 ; <float> [#uses=0]
13 %d = fadd float %X, 0x400921CAC0000000 ; <float> [#uses=0]
129 %p = fadd float %x, %y ; <float> [#uses=1]
  /external/llvm/test/CodeGen/X86/
sse41.ll 121 %t = fadd float %s, 1.0
235 %add.r = fadd float %tmp7, %tmp3
236 %add.i = fadd float %tmp5, %tmp1
2012-10-02-DAGCycle.ll 42 %add13.i = fadd float undef, %mul7.i.i
avx-arith.ll 6 %add.i = fadd <4 x double> %x, %y
13 %add.i = fadd <4 x double> %y, <double 4.500000e+00, double 3.400000e+00, double 2.300000e+00, double 1.200000e+00>
20 %add.i = fadd <8 x float> %x, %y
27 %add.i = fadd <8 x float> %y, <float 4.500000e+00, float 0x400B333340000000, float 0x4002666660000000, float 0x3FF3333340000000, float 4.500000e+00, float 0x400B333340000000, float 0x4002666660000000, float 0x3FF3333340000000>
widen_arith-6.ll 37 %add = fadd <3 x float> %mul, < float 0x409EE02900000000, float 0x409EE02900000000, float 0x409EE02900000000 > ; <<3 x float>> [#uses=1]
  /external/llvm/test/Transforms/DebugIR/
vector.ll 59 %15 = fadd float %12, %14 ; CHECK-NEXT: !dbg
62 %18 = fadd float %15, %17 ; CHECK-NEXT: !dbg
65 %21 = fadd float %18, %20 ; CHECK-NEXT: !dbg
  /external/clang/test/CodeGen/
altivec.c 40 vf++; // CHECK: fadd <4 x float> {{.*}} <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 136 "fadd", /* 98*/
  /external/llvm/bindings/python/llvm/
enumerations.py 70 ('FAdd', 9),
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 58 case Instruction::FAdd:
  /external/llvm/test/CodeGen/PowerPC/
ctrloop-fp64.ll 16 %add = fadd double %conv, %0
  /external/llvm/test/CodeGen/R600/
jump-address.ll 46 %23 = fadd float 0xFFF8000000000000, %22
schedule-if.ll 42 %23 = fadd float 1.000000e+03, %22
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 73 # CHECK: fadd 2, 3, 4 # encoding: [0xfc,0x43,0x20,0x2a]
74 fadd 2, 3, 4
75 # CHECK: fadd. 2, 3, 4 # encoding: [0xfc,0x43,0x20,0x2b]
76 fadd. 2, 3, 4
  /external/llvm/test/MC/X86/
x86-64.s 181 // CHECK: fadd %st(0)
182 // CHECK: fadd %st(1)
183 // CHECK: fadd %st(7)
185 fadd %st(0) label
186 fadd %st(1) label
187 fadd %st(7) label
446 // CHECK: fadd %st(0), %st(1)
448 // CHECK: fadd %st(1)
450 fadd %st, %st(1) label
451 fadd %st(1), %s label
1346 fadd %st(1), %st(0) label
1359 fadd %st(0), %st(1) label
1372 fadd %st(1) label
    [all...]
  /external/llvm/test/Transforms/InstCombine/
memcpy-from-global.ll 20 %tmp13 = fadd float %tmp11, 0.000000e+00 ; <float> [#uses=1]
25 %tmp23 = fadd float %tmp21, %tmp13 ; <float> [#uses=1]
30 %tmp33 = fadd float %tmp31, %tmp23 ; <float> [#uses=1]
35 %tmp43 = fadd float %tmp41, %tmp33 ; <float> [#uses=1]
  /external/llvm/test/Transforms/LoopStrengthReduce/
2011-10-06-ReusePhi.ll 43 %add = fadd float %Sum0.02, %mul
  /external/llvm/test/Transforms/Mem2Reg/
ConvertDebugInfo.ll 22 %5 = fadd double %3, %4, !dbg !10 ; <double> [#uses=1]
  /external/valgrind/main/auxprogs/
ppcfround.c 167 INSN(fadd, "fadd %%f4, %%f1,%%f2");
168 INSN(fadd_, "fadd. %%f4, %%f1,%%f2");
451 do_N_binary("fadd", insn_fadd, args, nargs, SHOW_ALL);
  /external/valgrind/main/none/tests/amd64/
insn_fpu.def 13 fadd st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[9999.9999]
14 fadd st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[7530.8643]
15 fadd st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-7530.8643]
16 fadd st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[-9999.9999]
17 fadd st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[8888888.8888888]
18 fadd st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6419753.3580246]
19 fadd st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6419753.3580246]
20 fadd st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-8888888.8888888]
21 fadd st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[9999.9999]
22 fadd st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[7530.8643
    [all...]
  /external/valgrind/main/none/tests/x86/
insn_fpu.def 13 fadd st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[9999.9999]
14 fadd st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[7530.8643]
15 fadd st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-7530.8643]
16 fadd st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[-9999.9999]
17 fadd st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[8888888.8888888]
18 fadd st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6419753.3580246]
19 fadd st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6419753.3580246]
20 fadd st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-8888888.8888888]
21 fadd st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[9999.9999]
22 fadd st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[7530.8643
    [all...]

Completed in 2006 milliseconds

<<11121314151617181920>>