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

<<11121314151617181920>>

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.td 639 defm FMUL : F3<"mul", fmul>;
643 defm FMUL_rn : F3_rn<"mul", fmul>;
    [all...]
  /external/llvm/test/CodeGen/ARM/
vector-DAGCombine.ll 13 %1 = fmul <4 x float> %0, %0 ; <<4 x float>> [#uses=1]
15 %3 = fmul <4 x float> %0, undef ; <<4 x float>> [#uses=0]
vmla.ll 42 %tmp4 = fmul <2 x float> %tmp2, %tmp3
86 %tmp4 = fmul <4 x float> %tmp2, %tmp3
vmls.ll 42 %tmp4 = fmul <2 x float> %tmp2, %tmp3
86 %tmp4 = fmul <4 x float> %tmp2, %tmp3
vfp.ll 59 %X = fmul float %a1, %a2 ; <float> [#uses=1]
  /external/llvm/test/CodeGen/SystemZ/
fp-cmp-04.ll 170 %res = fmul float %a, %b
291 %mul = fmul fp128 %val1, %val2
  /external/llvm/test/CodeGen/X86/
select.ll 87 %tmp9 = fmul <4 x float> %tmp3, %tmp3 ; <<4 x float>> [#uses=1]
92 ; Verify that the fmul gets sunk into the one part of the diamond where it is
vector.ll 50 %R = fmul %f8 %p, %q ; <%f8> [#uses=1]
negate-add-zero.ll     [all...]
  /external/llvm/test/Transforms/InstCombine/
vec_demanded_elts.ll 6 ; CHECK: fmul float
29 %tmp5 = fmul float %f, %f
  /external/chromium_org/media/base/
audio_converter.cc 210 vector_math::FMUL(
vector_math.cc 79 void FMUL(const float src[], float scale, int len, float dest[]) {
audio_bus.cc 330 vector_math::FMUL(channel(i), volume, frames(), channel(i));
  /external/llvm/test/Analysis/ScalarEvolution/
nsw.ll 24 %tmp5 = fmul double %tmp4, 9.200000e+00 ; <double> [#uses=1]
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
dynamic-indices.ll 86 %mul = fmul float %tmp6, 0x40019999A0000000
  /external/llvm/test/CodeGen/Generic/
vector.ll 49 %R = fmul %f8 %p, %q ; <%f8> [#uses=1]
  /external/llvm/test/CodeGen/PowerPC/
vector.ll 49 %R = fmul %f8 %p, %q ; <%f8> [#uses=1]
  /external/llvm/utils/kate/
llvm.xml 126 <item> fmul </item>
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 466 /// than a pair of fmul and fadd instructions. fmuladd intrinsics will be
468 /// expanded to fmul + fadd.
471 /// lower a pair of fmul and fadd to the latter so it's not clear that there
  /external/llvm/test/CodeGen/Mips/
mips16fpe.ll 91 %mul = fmul float %0, %1
102 %mul = fmul double %0, %1
123 %mul = fmul double %0, 2.000000e+00
  /external/llvm/test/CodeGen/Thumb/
2010-07-15-debugOrdering.ll 33 %v_11 = fmul double %storemerge1, %storemerge1, !dbg !93 ; <double> [#uses=1]
36 %v_17 = fmul double %storemerge, %v_16, !dbg !97 ; <double> [#uses=1]
38 %v_19 = fmul double %storemerge2, %v_16, !dbg !97 ; <double> [#uses=1]
  /external/llvm/docs/tutorial/
OCamlLangImpl4.rst 89 %multmp = fmul double %addtmp, %addtmp1
211 %multmp = fmul double %addtmp, %addtmp
319 %multmp = fmul double %y, 2.000000e+00
365 %multmp = fmul double %calltmp, %calltmp
367 %multmp4 = fmul double %calltmp2, %calltmp2
    [all...]
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 160 0089: fmul
small-class.txt 164 6a # 0089: fmul
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 84 'fldcw','fldenv','fldenvw','fldl2e','fldl2t','fldlg2','fldln2','fldpi','fldz','fmul',

Completed in 216 milliseconds

<<11121314151617181920>>