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

<<111213141516

  /external/llvm/docs/tutorial/
LangImpl3.html 556 %multmp = fmul double %a, %a
557 %multmp1 = fmul double 2.000000e+00, %a
558 %multmp2 = fmul double %multmp1, %b
560 %multmp3 = fmul double %b, %b
620 %multmp = fmul double %a, %a
621 %multmp1 = fmul double 2.000000e+00, %a
622 %multmp2 = fmul double %multmp1, %b
624 %multmp3 = fmul double %b, %b
    [all...]
OCamlLangImpl3.html 507 %multmp = fmul double %a, %a
508 %multmp1 = fmul double 2.000000e+00, %a
509 %multmp2 = fmul double %multmp1, %b
511 %multmp3 = fmul double %b, %b
571 %multmp = fmul double %a, %a
572 %multmp1 = fmul double 2.000000e+00, %a
573 %multmp2 = fmul double %multmp1, %b
575 %multmp3 = fmul double %b, %b
    [all...]
LangImpl4.html 117 %multmp = fmul double %addtmp, %addtmp1
244 %multmp = fmul double %addtmp, %addtmp
367 %multmp = fmul double %y, 2.000000e+00
422 %multmp = fmul double %calltmp, %calltmp
424 %multmp4 = fmul double %calltmp2, %calltmp2
    [all...]
OCamlLangImpl4.html 131 %multmp = fmul double %addtmp, %addtmp1
261 %multmp = fmul double %addtmp, %addtmp
380 %multmp = fmul double %y, 2.000000e+00
428 %multmp = fmul double %calltmp, %calltmp
430 %multmp4 = fmul double %calltmp2, %calltmp2
    [all...]
  /external/llvm/test/CodeGen/ARM/
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]
vmul.ll 35 %tmp3 = fmul <2 x float> %tmp1, %tmp2
80 %tmp3 = fmul <4 x float> %tmp1, %tmp2
101 %1 = fmul <2 x float> %0, %arg0_float32x2_t ; <<2 x float>> [#uses=1]
128 %1 = fmul <4 x float> %0, %arg0_float32x4_t ; <<4 x float>> [#uses=1]
  /external/llvm/test/Transforms/InstCombine/
vec_demanded_elts.ll 6 ; CHECK: fmul float
29 %tmp5 = fmul float %f, %f
  /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/test/CodeGen/X86/
vector.ll 50 %R = fmul %f8 %p, %q ; <%f8> [#uses=1]
negate-add-zero.ll     [all...]
  /external/llvm/utils/kate/
llvm.xml 125 <item> fmul </item>
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrFPU.td 95 def FMUL : ArithF<0x16, 0x100, "fmul ", fmul, IIC_FPU>;
  /external/llvm/lib/VMCore/
Instruction.cpp 114 case FMul: return "fmul";
384 case FMul:
  /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/quake/quake/src/QW/gas2masm/
gas2masm.c 688 {"fmul", " fmul", -2, emit_1_or_2_operandsl},
691 {"fmuls", " fmul", -2, emit_1_or_2_operandsl},
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 688 {"fmul", " fmul", -2, emit_1_or_2_operandsl},
691 {"fmuls", " fmul", -2, emit_1_or_2_operandsl},
  /external/llvm/lib/Target/ARM/
ARMInstrVFP.td 241 [(set DPR:$Dd, (fmul DPR:$Dn, (f64 DPR:$Dm)))]>;
246 [(set SPR:$Sd, (fmul SPR:$Sn, SPR:$Sm))]> {
255 [(set DPR:$Dd, (fneg (fmul DPR:$Dn, (f64 DPR:$Dm))))]>;
260 [(set SPR:$Sd, (fneg (fmul SPR:$Sn, SPR:$Sm)))]> {
267 def : Pat<(fmul (fneg DPR:$a), (f64 DPR:$b)),
269 def : Pat<(fmul (fneg SPR:$a), SPR:$b),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 10 // This file implements the visit functions for mul, fmul, sdiv, udiv, fdiv,
265 return ReplaceInstUsesWith(I, Op0); // Eliminate 'fmul double %X, 1.0'
566 // into a cheaper fmul.
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 160 0089: fmul
small-class.txt 164 6a # 0089: fmul

Completed in 339 milliseconds

<<111213141516