Searched refs:mul2 (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/Analysis/DependenceAnalysis/ |
D | 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.03
|
D | Coupled.ll | 178 %mul2 = mul nsw i64 %i.02, 3 179 %sub3 = add nsw i64 %mul2, -6 217 %mul2 = mul nsw i64 %i.02, 3 219 %sub4 = sub nsw i64 %mul2, %conv3
|
/external/llvm/test/Transforms/InstCombine/ |
D | fmul.ll | 68 %mul2 = fmul float %mul, %sub1 69 ret float %mul2
|
/external/eigen/Eigen/src/Geometry/arch/ |
D | Geometry_SSE.h | 49 __m128 mul2=_mm_mul_ps(vec4f_swizzle1(a,2,0,1,3),vec4f_swizzle1(b,1,2,0,3)); 51 pstore(&res.x(),_mm_sub_ps(mul1,mul2));
|
/external/llvm/test/CodeGen/Mips/ |
D | 2010-11-09-Mul.ll | 11 define i32 @mul2(i32 %a, i32 %b) nounwind readnone {
|
/external/qemu/tcg/ |
D | TODO | 3 - See if it is worth exporting mul2, mulu2, div2, divu2.
|
/external/llvm/test/Transforms/BBVectorize/ |
D | cycle.ll | 13 define void @test1(double %a, double %b, double %c, double %add80, double %mul1, double %mul2.v.r1,… 40 %sub71 = fsub double %add69, %mul2.v.r1 48 %sub86 = fsub double %add84, %mul2.v.r1
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | d3basics.c | 1014 MaybeULong *mul, *mul2; in ML_() local 1149 mul2 = VG_(indexXA)( results, i ); in ML_() 1150 tl_assert(mul2->b == True); in ML_() 1151 if (mul2->ul != mul->ul) { in ML_()
|
D | tytypes.c | 662 static MaybeULong mul_MaybeULong ( MaybeULong mul1, MaybeULong mul2 ) { in mul_MaybeULong() argument 664 if (!mul2.b) { vg_assert(mul2.ul == 0); return mul2; } in mul_MaybeULong() 665 mul1.ul *= mul2.ul; in mul_MaybeULong()
|
/external/llvm/test/Transforms/InstSimplify/ |
D | compare.ll | 593 define i1 @mul2(i32 %X) { 594 ; CHECK: @mul2
|
/external/llvm/test/CodeGen/Thumb2/ |
D | constant-islands.ll | 277 %mul2 = fmul float 0x3FC99999A0000000, %4 278 …class.btCapsuleShape* @_ZN14btCapsuleShapeC1Eff(%class.btCapsuleShape* %2, float %mul, float %mul2)
|