/external/llvm/test/CodeGen/AMDGPU/ |
commute_modifiers.ll | 31 %z = fmul float 4.0, %x.fneg.fabs 45 %z = fmul float 4.0, %x.fneg 95 %z = fmul float %x, %y.fneg 113 %z = fmul float %x, %y.fabs.fneg 132 %z = fmul float %x.fabs, %y.fabs 151 %z = fmul float %x.fabs, %y.fabs.fneg
|
/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/Transforms/Float2Int/ |
basic.ll | 76 %4 = fmul float %3, %2 125 %mul = fmul float %conv1, -3.000000e+00 160 ; CHECK: %mul = fmul double %fa, %fb 168 %mul = fmul double %fa, %fb 176 ; CHECK: %mul = fmul float %fa, %fb 185 %mul = fmul float %fa, %fb
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
diagnostic.l | 2 [^:]*:4: Error: unexpected comma after the mnemonic name `fmul' -- `fmul, s0,s1,s2' 3 [^:]*:5: Error: unexpected comma after the mnemonic name `fmul' -- `fmul ,s0,s1,s2' 4 [^:]*:6: Error: unexpected comma after the mnemonic name `fmul' -- `fmul ,s0,s1,s2'
|
/external/llvm/test/CodeGen/Thumb2/ |
2009-12-01-LoopIVUsers.ll | 59 %6 = fmul double %5, 1.500000e+00 ; <double> [#uses=1] 87 %22 = fmul float %20, %21 ; <float> [#uses=1] 100 %30 = fmul double %29, 1.234000e+00 ; <double> [#uses=1]
|
/external/llvm/test/Transforms/LoopReroll/ |
basic.ll | 162 %mul = fmul float %0, %alpha 170 %mul6 = fmul float %3, %alpha 178 %mul14 = fmul float %6, %alpha 186 %mul22 = fmul float %9, %alpha 194 %mul30 = fmul float %12, %alpha 210 ; CHECK: %mul = fmul float %0, %alpha 247 %mul = fmul float %1, %alpha 258 %mul10 = fmul float %5, %alpha 269 %mul20 = fmul float %9, %alpha 280 %mul30 = fmul float %13, %alph [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | 610 case ISD::FMUL: 614 // fold (fneg (fmul X, Y)) -> (fmul (fneg X), Y) or (fmul X, (fneg Y)) 680 case ISD::FMUL: 684 // fold (fneg (fmul X, Y)) -> (fmul (fneg X), Y) 692 // fold (fneg (fmul X, Y)) -> (fmul X, (fneg Y)) [all...] |
/external/llvm/test/Analysis/CFLAliasAnalysis/ |
must-and-partial.ll | 52 %mul26 = fmul double %1, %2
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
licm.ll | 22 %mul = fmul double %tmp4, 2.300000e+00
|
/external/llvm/test/Bitcode/ |
function-encoding-rel-operands.ll | 31 %4 = fmul double %3, %3
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-indexed-vector-ldst-2.ll | 18 %5 = fmul <2 x double> undef, %4
|
arm64-scaled_iv.ll | 27 %mul = fmul double %tmp1, %tmp2
|
fp16-v8-instructions.ll | 88 ; CHECK-DAG: fmul 91 ; CHECK-DAG: fmul 94 ; CHECK-DAG: fmul 97 ; CHECK-DAG: fmul 100 ; CHECK-DAG: fmul 103 ; CHECK-DAG: fmul 106 ; CHECK-DAG: fmul 109 ; CHECK-DAG: fmul 118 %0 = fmul <8 x half> %a, %b
|
/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/ |
machine-combiner.ll | 169 %t1 = fmul float %x2, %t0 170 %t2 = fmul float %x3, %t1 183 %t1 = fmul double %x2, %t0 184 %t2 = fmul double %x3, %t1
|
qpx-bv-sint.ll | 14 %mul.4 = fmul <2 x double> %mul.4.v.i0.2, undef
|
/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]
|
2011-06-03-x87chain.ll | 40 %div = fmul float %conv, 0x3E80000000000000
|
coalescer-commute4.ll | 21 %tmp11 = fmul float %tmp9, %tmp45 ; <float> [#uses=1]
|