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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/AArch64/
neon-mul-div.ll 41 ;CHECK: fmul {{v[0-31]+}}.2s, {{v[0-31]+}}.2s, {{v[0-31]+}}.2s
42 %tmp3 = fmul <2 x float> %A, %B;
47 ;CHECK: fmul {{v[0-31]+}}.4s, {{v[0-31]+}}.4s, {{v[0-31]+}}.4s
48 %tmp3 = fmul <4 x float> %A, %B;
52 ;CHECK: fmul {{v[0-31]+}}.2d, {{v[0-31]+}}.2d, {{v[0-31]+}}.2d
53 %tmp3 = fmul <2 x double> %A, %B;
  /external/llvm/test/MC/AArch64/
neon-mul-div-instructions.s 26 fmul v0.2s, v1.2s, v2.2s
27 fmul v0.4s, v1.4s, v2.4s
28 fmul v0.2d, v1.2d, v2.2d
30 // CHECK: fmul v0.2s, v1.2s, v2.2s // encoding: [0x20,0xdc,0x22,0x2e]
31 // CHECK: fmul v0.4s, v1.4s, v2.4s // encoding: [0x20,0xdc,0x22,0x6e]
32 // CHECK: fmul v0.2d, v1.2d, v2.2d // encoding: [0x20,0xdc,0x62,0x6e]
  /external/llvm/test/CodeGen/Thumb2/
2009-12-01-LoopIVUsers.ll 57 %6 = fmul double %5, 1.500000e+00 ; <double> [#uses=1]
85 %22 = fmul float %20, %21 ; <float> [#uses=1]
98 %30 = fmul double %29, 1.234000e+00 ; <double> [#uses=1]
  /external/chromium_org/media/base/
vector_math_unittest.cc 99 // Ensure each optimized vector_math::FMUL() method returns the same value.
100 TEST_F(VectorMathTest, FMUL) {
104 SCOPED_TRACE("FMUL");
106 vector_math::FMUL(
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFP.td 257 def MEEBR : BinaryRRE<"meeb", 0xB317, fmul, FP32, FP32>;
258 def MDBR : BinaryRRE<"mdb", 0xB31C, fmul, FP64, FP64>;
259 def MXBR : BinaryRRE<"mxb", 0xB34C, fmul, FP128, FP128>;
261 def MEEB : BinaryRXE<"meeb", 0xED17, fmul, FP32, load, 4>;
262 def MDB : BinaryRXE<"mdb", 0xED1C, fmul, FP64, load, 8>;
266 def : Pat<(fmul (f64 (fextend FP32:$src1)), (f64 (fextend FP32:$src2))),
272 def : Pat<(fmul (f64 (fextend FP32:$src1)),
279 def : Pat<(fmul (f128 (fextend FP64:$src1)), (f128 (fextend FP64:$src2))),
285 def : Pat<(fmul (f128 (fextend FP64:$src1)),
  /external/llvm/test/Analysis/ScalarEvolution/
sext-iv-0.ll 28 %5 = fmul double %4, 3.900000e+00 ; <double> [#uses=1]
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
licm.ll 22 %mul = fmul double %tmp4, 2.300000e+00
  /external/llvm/test/CodeGen/ARM/
2009-08-27-ScalarToVector.ll 19 %0 = fmul <4 x float> undef, undef ; <<4 x float>> [#uses=1]
2009-09-20-LiveIntervalsBug.ll 17 %4 = fmul <4 x float> undef, %3 ; <<4 x float>> [#uses=1]
2010-05-21-BuildVector.ll 37 %19 = fmul <4 x float> %tmp5, %2
fcopysign.ll 38 %0 = fmul double %x, %y
vcvt.ll 166 %scale = fmul <4 x float> %in, <float 2.0, float 2.0, float 2.0, float 2.0>
176 %scale = fmul <2 x float> %in, <float 2.0, float 2.0>
186 %scale = fmul <4 x double> %in, <double 2.0, double 2.0, double 2.0, double 2.0>
195 %scale = fmul <2 x double> %in, <double 2.0, double 2.0>
  /external/llvm/test/CodeGen/PowerPC/
vec_mul.ll 37 %tmp3 = fmul <4 x float> %tmp, %tmp2
  /external/llvm/test/CodeGen/X86/
2005-05-08-FPStackifierPHI.ll 24 %tmp.950 = fmul float %tmp.882, %ai2.1122.tmp.3 ; <float> [#uses=1]
2009-01-16-UIntToFP.ll 25 %8 = fmul double %7, 0x41F0000000000000 ; <double> [#uses=1]
2009-03-12-CPAlignBug.ll 30 %10 = fmul double %8, %iftmp.6.0 ; <double> [#uses=1]
coalescer-commute4.ll 21 %tmp11 = fmul float %tmp9, %tmp45 ; <float> [#uses=1]
lsr-static-addr.ll 34 %mul = fmul double %tmp3, 2.300000e+00
optimize-max-2.ll 24 %1 = fmul double %0, 2.000000e+00 ; <double> [#uses=1]
stack-align.ll 35 %A = fmul <2 x double> %x, %y
v-binop-widen2.ll 40 %nextExpected = fmul float %expected, 2.0
vec_shuffle-27.ll 17 %mul = fmul <8 x float> %sub, %tmp7 ; <<8 x float>> [#uses=1]
  /external/llvm/test/Transforms/IndVarSimplify/
lftr-promote.ll 22 %4 = fmul double %3, 1.100000e+00 ; <double> [#uses=1]
ult-sub-to-eq.ll 16 %mul = fmul float %1, %d
  /external/llvm/test/Transforms/InstCombine/
select-crash.ll 17 %mul91 = fmul double %highlights, %cond90

Completed in 511 milliseconds

<<11121314151617181920>>