Home
last modified time | relevance | path

Searched refs:mul1 (Results 1 – 12 of 12) sorted by relevance

/external/openssl/crypto/bn/asm/
Dsparcv9-mont.pl70 $mul1="%l3";
117 mulx $n0,$acc0,$mul1 ! "t[0]"*n0
118 and $mul1,$mask,$mul1
120 mulx $car1,$mul1,$car1 ! np[0]*"t[0]"*n0
121 mulx $npj,$mul1,$acc1 !prologue! np[1]*"t[0]"*n0
130 mulx $npj,$mul1,$tmp1
149 mulx $npj,$mul1,$tmp1
188 mulx $n0,$acc0,$mul1
189 and $mul1,$mask,$mul1
191 mulx $car1,$mul1,$car1
[all …]
Dx86-mont.pl112 $mul1="mm5";
131 &movd ($mul1,&DWP(0,$ap)); # ap[0]
134 &pmuludq($mul1,$mul0); # ap[0]*bp[0]
135 &movq ($car0,$mul1);
136 &movq ($acc0,$mul1); # I wish movd worked for
139 &pmuludq($mul1,$_n0q); # *=n0
141 &pmuludq($car1,$mul1); # "t[0]"*np[0]*n0
153 &pmuludq($acc1,$mul1); # np[j]*m1
171 &pmuludq($acc1,$mul1); # np[num-1]*m1
191 &movd ($mul1,&DWP(0,$ap)); # ap[0]
[all …]
/external/llvm/test/Transforms/GVN/
D2011-07-07-MatchIntrinsicExtract.ll34 %mul1 = mul i64 %a, %b
35 ret i64 %mul1
39 ; CHECK-NOT: mul1
70 %mul1 = mul i64 %a, %b
71 ret i64 %mul1
75 ; CHECK-NOT: mul1
/external/llvm/test/CodeGen/ARM/
D2009-04-08-FloatUndef.ll7 %mul1 = fmul <4 x float> %shuffle7, zeroinitializer ; <<4 x float>> [#uses=1]
8 %add2 = fadd <4 x float> %mul1, %input2 ; <<4 x float>> [#uses=1]
/external/llvm/test/CodeGen/PowerPC/
D2007-11-19-VectorSplitting.ll12 %mul1 = fmul <4 x float> %shuffle7, zeroinitializer ; <<4 x
13 %add2 = fadd <4 x float> %mul1, %input2 ; <<4 x float>>
/external/llvm/test/CodeGen/X86/
Datom-sched.ll26 %mul1 = mul nsw i32 %2, %3
27 store i32 %mul1, i32* @d, align 4
/external/eigen/Eigen/src/Geometry/arch/
DGeometry_SSE.h48 __m128 mul1=_mm_mul_ps(vec4f_swizzle1(a,1,2,0,3),vec4f_swizzle1(b,2,0,1,3));
51 pstore(&res.x(),_mm_sub_ps(mul1,mul2));
/external/llvm/test/CodeGen/Mips/
D2010-11-09-Mul.ll4 define i32 @mul1(i32 %a, i32 %b) nounwind readnone {
/external/valgrind/main/coregrind/m_debuginfo/
Dtytypes.c635 static MaybeULong mul_MaybeULong ( MaybeULong mul1, MaybeULong mul2 ) { in mul_MaybeULong() argument
636 if (!mul1.b) { vg_assert(mul1.ul == 0); return mul1; } in mul_MaybeULong()
638 mul1.ul *= mul2.ul; in mul_MaybeULong()
639 return mul1; in mul_MaybeULong()
/external/llvm/test/Transforms/BBVectorize/
Dcycle.ll13 define void @test1(double %a, double %b, double %c, double %add80, double %mul1, double %mul2.v.r1,…
90 %mul134 = fmul double %div115, %mul1
/external/webp/src/enc/
Dbackward_references.c468 const double mul1 = (recursive_cost_model != 0) ? 1.0 : 0.82; in BackwardReferencesHashChainDistanceOnly() local
554 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1; in BackwardReferencesHashChainDistanceOnly()
/external/llvm/test/Transforms/InstSimplify/
Dcompare.ll534 define i1 @mul1(i32 %X) {
535 ; CHECK: @mul1