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

<<11121314151617181920>>

  /external/llvm/test/Transforms/LoopVectorize/
runtime-check.ll 26 %mul = fmul float %0, 3.000000e+00
write-only.ll 17 %4 = fmul float %3, 3.000000e+00
  /external/chromium_org/media/base/
vector_math_perftest.cc 121 // Benchmark for each optimized vector_math::FMUL() method.
122 TEST_F(VectorMathPerfTest, FMUL) {
  /external/llvm/test/CodeGen/ARM/
crash.ll 37 %tmp10 = fmul <4 x float> undef, %tmp9
58 %tmp81 = fmul <4 x float> undef, %tmp78
fnegs.ll 38 %1 = fmul float -1.000000e+00, %0 ; <float> [#uses=2]
neon_spill.ll 40 %10 = fmul float undef, 2.000000e+05
  /external/llvm/test/CodeGen/Thumb2/
2009-07-30-PEICrash.ll 63 %6 = fmul float %4, %5 ; <float> [#uses=1]
65 %8 = fmul float undef, 0x3FF6A09E60000000 ; <float> [#uses=1]
71 %14 = fmul float %13, undef ; <float> [#uses=2]
74 %17 = fmul float %15, %16 ; <float> [#uses=1]
80 %23 = fmul float %22, 0x3FF6A09E60000000 ; <float> [#uses=1]
82 %25 = fmul float %24, 0x3FFD906BC0000000 ; <float> [#uses=2]
83 %26 = fmul float undef, 0x3FF1517A80000000 ; <float> [#uses=1]
85 %28 = fmul float %19, 0xC004E7AEA0000000 ; <float> [#uses=1]
  /external/llvm/test/Transforms/SLPVectorizer/X86/
crash_bullet3.ll 39 %mul292 = fmul float %sub275, 5.000000e-01
41 %mul295 = fmul float %sub279, 5.000000e-01
crash_bullet.ll 107 %mul341 = fmul float undef, %add8.i2343
108 %mul344 = fmul float undef, %add8.i2381
113 %mul364 = fmul float %add8.i2381, %add8.i2381
  /external/valgrind/main/none/tests/ppc32/
round.stdout.exp     [all...]
  /external/valgrind/main/none/tests/ppc64/
round.stdout.exp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 144 "fmul", /* 106*/
  /external/llvm/bindings/python/llvm/
enumerations.py 74 ('FMul', 13),
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 60 case Instruction::FMul:
  /external/llvm/test/CodeGen/X86/
2007-09-18-ShuffleXformBug.ll 25 %tmp89.i1415.i = fmul <4 x float> %tmp84.i1413.i, %tmp1406.i1367.i ; <<4 x float>> [#uses=1]
2010-05-12-FastAllocKills.ll 44 %0 = fmul x86_fp80 %divisor.041, 0xK4002A000000000000000 ; <x86_fp80> [#uses=2]
avx-arith.ll 64 %mul.i = fmul <4 x double> %x, %y
71 %mul.i = fmul <4 x double> %y, <double 4.500000e+00, double 3.400000e+00, double 2.300000e+00, double 1.200000e+00>
78 %mul.i = fmul <8 x float> %x, %y
85 %mul.i = fmul <8 x float> %y, <float 4.500000e+00, float 0x400B333340000000, float 0x4002666660000000, float 0x3FF3333340000000, float 4.500000e+00, float 0x400B333340000000, float 0x4002666660000000, float 0x3FF3333340000000>
inline-asm-fpstack.ll 173 %1 = fmul x86_fp80 %0, 0xK4006B400000000000000
174 %2 = fmul x86_fp80 %1, 0xK4012F424000000000000
177 %4 = fmul x86_fp80 %3, 0xK4006B400000000000000
178 %5 = fmul x86_fp80 %4, 0xK4012F424000000000000
widen_arith-6.ll 36 %mul = fmul <3 x float> %tmp7, %tmp8 ; <<3 x float>> [#uses=1]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 90 # CHECK: fmul 2, 3, 4 # encoding: [0xfc,0x43,0x01,0x32]
91 fmul 2, 3, 4
92 # CHECK: fmul. 2, 3, 4 # encoding: [0xfc,0x43,0x01,0x33]
93 fmul. 2, 3, 4
  /external/llvm/test/Transforms/InstCombine/
memcpy-from-global.ll 19 %tmp11 = fmul float %tmp9, %x ; <float> [#uses=1]
24 %tmp21 = fmul float %tmp19, %y ; <float> [#uses=1]
29 %tmp31 = fmul float %tmp29, %z ; <float> [#uses=1]
34 %tmp41 = fmul float %tmp39, %w ; <float> [#uses=1]
  /external/llvm/test/Transforms/LoopStrengthReduce/
2011-10-06-ReusePhi.ll 42 %mul = fmul float %0, %1
  /external/llvm/test/Transforms/LoopVectorize/ARM/
width-detect.ll 18 %4 = fmul fast double %prod.01, %3
  /external/llvm/test/Transforms/LoopVectorize/X86/
avx1.ll 17 %4 = fmul float %3, 3.000000e+00

Completed in 618 milliseconds

<<11121314151617181920>>