HomeSort by relevance Sort by last modified time
    Searched full:mul2 (Results 1 - 25 of 31) sorted by null

1 2

  /external/qemu/tcg/
TODO 3 - See if it is worth exporting mul2, mulu2, div2, divu2.
  /external/llvm/test/CodeGen/Mips/
2010-11-09-Mul.ll 11 define i32 @mul2(i32 %a, i32 %b) nounwind readnone {
  /external/llvm/test/Transforms/SLPVectorizer/X86/
ordering.ll 10 %mul2 = fmul double undef, %mul
11 %mul4 = fmul double %0, %mul2
crash_smallpt.ll 44 %mul2.i256.us = fmul double %add4.i267.us, 1.400000e+02
46 %add4.i246.us = fadd double %mul2.i256.us, 5.200000e+01
48 %mul2.i.i.us = fmul double undef, %add4.i267.us
52 store double %mul2.i.i.us, double* %agg.tmp101211.sroa.1.8.idx390, align 8
83 %mul2.i738 = fmul double undef, %sub10.i773
85 %mul2.i729 = fmul double undef, %mul2.i738
87 %add4.i719 = fadd double undef, %mul2.i729
91 %mul2.i.i680 = fmul double undef, %add4.i698
95 store double %mul2.i.i680, double* %agg.tmp74663.sroa.1.8.idx943, align
    [all...]
compare-reduce.ll 27 %mul2 = fmul double %mul1, 7.000000e+00
28 %add = fadd double %mul2, 5.000000e+00
in-tree-user.ll 23 %mul2 = fmul double %mul1, 7.000000e+00
24 %add = fadd double %mul2, 5.000000e+00
  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 49 __m128 mul2=_mm_mul_ps(vec4f_swizzle1(a,2,0,1,3),vec4f_swizzle1(b,1,2,0,3)); local
51 pstore(&res.x(),_mm_sub_ps(mul1,mul2));
  /external/llvm/test/Transforms/InstCombine/
fmul.ll 68 %mul2 = fmul float %mul, %sub1
69 ret float %mul2
  /external/llvm/test/Analysis/DependenceAnalysis/
SymbolicSIV.ll 81 %mul2 = mul nsw i64 %i.03, 3
83 %add4 = add i64 %mul2, %mul3
127 %mul2 = shl i64 %n, 1
128 %add = sub i64 %mul2, %i.03
173 %mul2 = shl i64 %n, 1
174 %sub = sub i64 %i.03, %mul2
356 %mul2 = shl i64 %N, 2
357 %mul3 = mul i64 %mul2, %i.03
405 %mul2 = shl i64 %N, 1
406 %mul3 = mul i64 %mul2, %i.0
    [all...]
  /external/llvm/test/Transforms/BBVectorize/
cycle.ll 13 define void @test1(double %a, double %b, double %c, double %add80, double %mul1, double %mul2.v.r1, double %mul73, double %sub, double %sub65, double %F.0, i32 %n.0, double %Bnm3.0, double %Bnm2.0, double %Bnm1.0, double %Anm3.0, double %Anm2.0, double %Anm1.0) {
40 %sub71 = fsub double %add69, %mul2.v.r1
48 %sub86 = fsub double %add84, %mul2.v.r1
  /external/chromium_org/v8/test/mjsunit/
number-limits.js 41 mulBelowMin <= 0, "mul2" + i);
  /external/v8/test/mjsunit/
number-limits.js 41 mulBelowMin <= 0, "mul2" + i);
  /external/llvm/test/CodeGen/SystemZ/
fp-mul-01.ll 108 %mul2 = fmul float %mul1, %val2
109 %mul3 = fmul float %mul2, %val3
fp-mul-03.ll 108 %mul2 = fmul double %mul1, %val2
109 %mul3 = fmul double %mul2, %val3
int-mul-04.ll 129 %mul2 = mul i64 %mul1, %val2
130 %mul3 = mul i64 %mul2, %val3
int-mul-02.ll 164 %mul2 = mul i32 %mul1, %val2
165 %mul3 = mul i32 %mul2, %val3
int-mul-03.ll 170 %mul2 = mul i64 %mul1, %ext2
171 %mul3 = mul i64 %mul2, %ext3
fp-move-02.ll 286 %mul2 = fmul double %conv2, %factor
287 store volatile double %mul2, double *@dptr
331 %double2 = phi double [ 1.0, %entry ], [ %mul2, %loop ]
343 %mul2 = fmul double %double2, %factor
364 %conv2 = bitcast double %mul2 to i64
fp-mul-02.ll 156 %mul2 = fmul double %accext2, %ext2
157 %extra2 = fmul double %mul2, 1.21
fp-mul-04.ll 178 %mul2 = fmul fp128 %accext2, %ext2
180 %extra2 = fmul fp128 %mul2, %const2
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 551 ConstantFolding::tryCollapseChainedMULs(Instruction *mul2,
556 Instruction *mul1 = NULL; // mul1 before mul2
561 assert(mul2->op == OP_MUL && mul2->dType == TYPE_F32);
563 if (mul2->getSrc(t)->refCount() == 1) {
564 insn = mul2->getSrc(t)->getInsn();
565 if (!mul2->src(t).mod && insn->op == OP_MUL && insn->dType == TYPE_F32)
577 mul2->def(0).replace(mul1->getDef(0), false);
583 mul2->def(0).replace(mul1->getDef(0), false);
587 mul1->saturate = mul2->saturate
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 551 ConstantFolding::tryCollapseChainedMULs(Instruction *mul2,
556 Instruction *mul1 = NULL; // mul1 before mul2
561 assert(mul2->op == OP_MUL && mul2->dType == TYPE_F32);
563 if (mul2->getSrc(t)->refCount() == 1) {
564 insn = mul2->getSrc(t)->getInsn();
565 if (!mul2->src(t).mod && insn->op == OP_MUL && insn->dType == TYPE_F32)
577 mul2->def(0).replace(mul1->getDef(0), false);
583 mul2->def(0).replace(mul1->getDef(0), false);
587 mul1->saturate = mul2->saturate
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
SincResampler.cpp 278 __m128 mul2; local
292 mul2 = _mm_mul_ps(mInput, mK2); \
294 sums2 = _mm_add_ps(sums2, mul2); \
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 258 : mul2
273 /|<^/!b mul2
  /external/dropbear/libtommath/mtest/
mtest.c 277 printf("mul2\n");

Completed in 3148 milliseconds

1 2