/external/llvm/test/CodeGen/X86/ |
break-false-dep.ll | 166 %mul = fmul double %conv, %1 169 %mul8 = fmul double %mul, %2 172 %mul11 = fmul double %mul8, %3
|
2010-05-12-FastAllocKills.ll | 44 %0 = fmul x86_fp80 %divisor.041, 0xK4002A000000000000000 ; <x86_fp80> [#uses=2]
|
avoid_complex_am.ll | 29 %mul = fmul double %tmp1, %tmp2
|
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>
|
dag-optnone.ll | 29 ; combined into an fmul. We show that this happens in both the non-optnone
|
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
|
sse-scalar-fp-arith.ll | 57 %mul = fmul float %2, %1 150 %mul = fmul double %2, %1 240 %mul = fmul float %1, %2 312 %mul = fmul double %1, %2 390 %mul = fmul float %2, %1 391 %mul2 = fmul float %2, %mul 468 %op = fmul float %b, %ext 540 %op = fmul double %b, %ext 607 %1 = fmul <4 x float> %a, %b 667 %1 = fmul <2 x double> %a, % [all...] |
stack-align.ll | 47 %A = fmul <2 x double> %x, %y
|
widen_arith-6.ll | 36 %mul = fmul <3 x float> %tmp7, %tmp8 ; <<3 x float>> [#uses=1]
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
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
|
/frameworks/rs/driver/runtime/arch/ |
asimd.ll | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/ |
sample.d | 203 0000017e \<fmul\>: 204 17e: 29a7 fmul r1,r2,r3 205 180: 72af 2487 fmul.l fp,ip,sp
|
/bionic/libm/x86/ |
libm_reduce_pi04l.S | 62 fmul %st(1), %st 89 fmul %st(1), %st 92 fmul %st(2), %st 100 fmul %st(3), %st 118 fmul %st(1), %st 121 fmul %st(2), %st 129 fmul %st(3), %st 136 fmul %st(2), %st 145 fmul %st(2), %st 190 fmul %st(2), %s [all...] |
/external/javassist/src/main/javassist/bytecode/ |
Mnemonic.java | 144 "fmul", /* 106*/
|
/external/llvm/bindings/python/llvm/ |
enumerations.py | 74 ('FMul', 13),
|
/external/llvm/test/Analysis/ScalarEvolution/ |
sext-iv-0.ll | 28 %5 = fmul double %4, 3.900000e+00 ; <double> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
neon_spill.ll | 40 %10 = fmul float undef, 2.000000e+05
|
/external/llvm/test/CodeGen/Mips/ |
analyzebranch.ll | 34 %mul = fmul double %sub, 2.000000e+00
|
/external/llvm/test/CodeGen/PowerPC/ |
addi-licm.ll | 42 %mul.i = fmul double %conv.i, %conv2.i
|
/external/llvm/test/MC/Mips/msa/ |
test_3rf.s | 45 # CHECK: fmul.w $w3, $w15, $w15 # encoding: [0x78,0x8f,0x78,0xdb] 46 # CHECK: fmul.d $w9, $w30, $w10 # encoding: [0x78,0xaa,0xf2,0x5b] 128 fmul.w $w3, $w15, $w15 129 fmul.d $w9, $w30, $w10
|
/external/llvm/test/Transforms/CodeGenPrepare/AMDGPU/ |
no-sink-addrspacecast.ll | 21 %tmp10 = fmul float %tmp9, 0x3E74442D00000000
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2011-10-06-ReusePhi.ll | 46 %mul = fmul float %0, %1
|
/external/llvm/test/Transforms/LoopVectorize/ARM/ |
width-detect.ll | 18 %4 = fmul fast float %prod.01, %3
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
avx1.ll | 17 %4 = fmul float %3, 3.000000e+00
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
InsnNode.java | 53 * FADD, DADD, ISUB, LSUB, FSUB, DSUB, IMUL, LMUL, FMUL, DMUL, IDIV,
|