/external/libjpeg-turbo/simd/arm/ |
D | jidctfst-neon.c | 137 int16x4_t tmp12 = vqdmulh_lane_s16(tmp1_sub_tmp3, consts, 1); in jsimd_idct_ifast_neon() local 138 tmp12 = vadd_s16(tmp12, tmp1_sub_tmp3); in jsimd_idct_ifast_neon() 139 tmp12 = vsub_s16(tmp12, tmp13); in jsimd_idct_ifast_neon() 143 tmp1 = vadd_s16(tmp11, tmp12); in jsimd_idct_ifast_neon() 144 tmp2 = vsub_s16(tmp11, tmp12); in jsimd_idct_ifast_neon() 168 tmp12 = vqdmulh_lane_s16(neg_z10, consts, 3); in jsimd_idct_ifast_neon() 169 tmp12 = vadd_s16(tmp12, vadd_s16(neg_z10, neg_z10)); in jsimd_idct_ifast_neon() 170 tmp12 = vadd_s16(tmp12, z5); in jsimd_idct_ifast_neon() 172 tmp6 = vsub_s16(tmp12, tmp7); /* phase 2 */ in jsimd_idct_ifast_neon() 212 int16x4_t tmp12 = vqdmulh_lane_s16(tmp1_sub_tmp3, consts, 1); in jsimd_idct_ifast_neon() local [all …]
|
D | jfdctfst-neon.c | 102 int16x8_t tmp12 = vsubq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon() local 107 int16x8_t z1 = vqdmulhq_lane_s16(vaddq_s16(tmp12, tmp13), consts, 2); in jsimd_fdct_ifast_neon() 114 tmp12 = vaddq_s16(tmp6, tmp7); in jsimd_fdct_ifast_neon() 116 int16x8_t z5 = vqdmulhq_lane_s16(vsubq_s16(tmp10, tmp12), consts, 0); in jsimd_fdct_ifast_neon() 119 int16x8_t z4 = vqdmulhq_lane_s16(tmp12, consts, 3); in jsimd_fdct_ifast_neon() 120 z5 = vaddq_s16(tmp12, z5); in jsimd_fdct_ifast_neon() 176 tmp12 = vsubq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon() 181 z1 = vqdmulhq_lane_s16(vaddq_s16(tmp12, tmp13), consts, 2); in jsimd_fdct_ifast_neon() 188 tmp12 = vaddq_s16(tmp6, tmp7); in jsimd_fdct_ifast_neon() 190 z5 = vqdmulhq_lane_s16(vsubq_s16(tmp10, tmp12), consts, 0); in jsimd_fdct_ifast_neon() [all …]
|
/external/libjpeg-turbo/ |
D | jidctint.c | 178 JLONG tmp10, tmp11, tmp12, tmp13; variable 248 tmp12 = tmp1 - tmp2; 288 wsptr[DCTSIZE * 2] = (int)DESCALE(tmp12 + tmp1, CONST_BITS - PASS1_BITS); 289 wsptr[DCTSIZE * 5] = (int)DESCALE(tmp12 - tmp1, CONST_BITS - PASS1_BITS); 350 tmp12 = tmp1 - tmp2; 398 outptr[2] = range_limit[(int)DESCALE(tmp12 + tmp1, 401 outptr[5] = range_limit[(int)DESCALE(tmp12 - tmp1, 431 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; in jpeg_idct_7x7() local 460 tmp12 = MULTIPLY(z1 - z2, FIX(0.314692123)); /* c6 */ in jpeg_idct_7x7() 461 tmp11 = tmp10 + tmp12 + tmp13 - MULTIPLY(z2, FIX(1.841218003)); /* c2+c4-c6 */ in jpeg_idct_7x7() [all …]
|
D | jfdctflt.c | 63 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable 86 tmp12 = tmp1 - tmp2; 91 z1 = (tmp12 + tmp13) * ((FAST_FLOAT)0.707106781); /* c4 */ 99 tmp12 = tmp6 + tmp7; 102 z5 = (tmp10 - tmp12) * ((FAST_FLOAT)0.382683433); /* c6 */ 104 z4 = ((FAST_FLOAT)1.306562965) * tmp12 + z5; /* c2+c6 */ 136 tmp12 = tmp1 - tmp2; 141 z1 = (tmp12 + tmp13) * ((FAST_FLOAT)0.707106781); /* c4 */ 149 tmp12 = tmp6 + tmp7; 152 z5 = (tmp10 - tmp12) * ((FAST_FLOAT)0.382683433); /* c6 */ [all …]
|
D | jfdctfst.c | 120 DCTELEM tmp10, tmp11, tmp12, tmp13; variable 144 tmp12 = tmp1 - tmp2; 149 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ 157 tmp12 = tmp6 + tmp7; 160 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 162 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ 194 tmp12 = tmp1 - tmp2; 199 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ 207 tmp12 = tmp6 + tmp7; 210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ [all …]
|
D | jidctflt.c | 77 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable 137 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT)1.414213562) - tmp13; /* 2*c4 */ 141 tmp1 = tmp11 + tmp12; 142 tmp2 = tmp11 - tmp12; 161 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */ 163 tmp6 = tmp12 - tmp7; /* phase 2 */ 200 tmp12 = (wsptr[2] - wsptr[6]) * ((FAST_FLOAT)1.414213562) - tmp13; 204 tmp1 = tmp11 + tmp12; 205 tmp2 = tmp11 - tmp12; 219 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */ [all …]
|
D | jidctfst.c | 176 DCTELEM tmp10, tmp11, tmp12, tmp13; variable 236 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */ 240 tmp1 = tmp11 + tmp12; 241 tmp2 = tmp11 - tmp12; 260 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ 262 tmp6 = tmp12 - tmp7; /* phase 2 */ 322 tmp12 = 327 tmp1 = tmp11 + tmp12; 328 tmp2 = tmp11 - tmp12; 342 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ [all …]
|
D | jfdctint.c | 146 JLONG tmp10, tmp11, tmp12, tmp13; variable 174 tmp12 = tmp1 - tmp2; 179 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); 182 dataptr[6] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp12, -FIX_1_847759065), 239 tmp12 = tmp1 - tmp2; 244 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); 249 (DCTELEM)DESCALE(z1 + MULTIPLY(tmp12, -FIX_1_847759065),
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | codegenprepare-form-OF-ops.ll | 16 %tmp12 = select i1 %tmp10, i32 %tmp11, i32 %arg 17 ret i32 %tmp12 28 %tmp12 = select i1 %tmp10, i64 %tmp11, i64 %arg 29 ret i64 %tmp12 40 %tmp12 = select i1 %tmp10, i32 %tmp11, i32 %arg 41 ret i32 %tmp12 52 %tmp12 = select i1 %tmp10, i64 %tmp11, i64 %arg 53 ret i64 %tmp12
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2007-12-18-AddSelCmpSub.ll | 8 %tmp12 = add i32 %smax, %a ; <i32> [#uses=1] 9 %tmp13 = add i32 %tmp12, 1 ; <i32> [#uses=1] 18 %tmp12 = add i32 %smax, %a ; <i32> [#uses=1] 19 ret i32 %tmp12 27 %tmp12 = add i32 %smax, %a ; <i32> [#uses=1] 28 ret i32 %tmp12
|
/external/libyuv/files/source/ |
D | rotate_mmi.cc | 28 uint64_t tmp7, tmp8, tmp9, tmp10, tmp11, tmp12, tmp13; in TransposeWx8_MMI() local 142 [tmp12] "=&f"(tmp12), [tmp13] "=&f"(tmp13), [dst] "+&r"(dst), in TransposeWx8_MMI() 157 uint64_t tmp7, tmp8, tmp9, tmp10, tmp11, tmp12, tmp13; in TransposeUVWx8_MMI() local 279 [tmp12] "=&f"(tmp12), [tmp13] "=&f"(tmp13), [dst_a] "+&r"(dst_a), in TransposeUVWx8_MMI()
|
/external/llvm-project/llvm/test/Transforms/CanonicalizeFreezeInLoops/ |
D | func_from_mcf_r.ll | 27 %tmp7 = phi i64 [ %tmp3, %bb2 ], [ %tmp12, %bb28 ] 28 ; CHECK: %tmp7 = phi i64 [ %tmp3.frozen, %bb2 ], [ %tmp12, %bb28 ] 34 %tmp12 = add nsw i64 %tmp7, 1 35 ; CHECK: %tmp12 = add i64 %tmp7, 1 36 store i64 %tmp12, i64* @m, align 8 38 %tmp14 = freeze i64 %tmp12 39 ; CHECK-NOT: %tmp14 = freeze i64 %tmp12
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | buffer-schedule.ll | 23 %tmp12 = inttoptr i64 undef to <4 x i32> addrspace(4)* 24 %tmp13 = load <4 x i32>, <4 x i32> addrspace(4)* %tmp12, align 16 26 %tmp17 = load <4 x i32>, <4 x i32> addrspace(4)* %tmp12, align 16 28 %tmp20 = load <4 x i32>, <4 x i32> addrspace(4)* %tmp12, align 16 32 %tmp25 = load <4 x i32>, <4 x i32> addrspace(4)* %tmp12, align 16 36 %tmp30 = load <4 x i32>, <4 x i32> addrspace(4)* %tmp12, align 16 40 %tmp35 = load <4 x i32>, <4 x i32> addrspace(4)* %tmp12, align 16
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | bx_fold.ll | 20 %tmp12 = icmp eq i32 %i.0, %Ptr ; <i1> [#uses=1] 21 %tmp12.not = xor i1 %tmp12, true ; <i1> [#uses=1] 22 %bothcond = and i1 %tmp12.not, false ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
D | bx_fold.ll | 20 %tmp12 = icmp eq i32 %i.0, %Ptr ; <i1> [#uses=1] 21 %tmp12.not = xor i1 %tmp12, true ; <i1> [#uses=1] 22 %bothcond = and i1 %tmp12.not, false ; <i1> [#uses=1]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | cse-add-with-overflow.ll | 19 %tmp12 = load i64, i64* %a1, align 8 20 %tmp13 = icmp ult i64 %tmp12, -281474976710656 28 %tmp15 = trunc i64 %tmp12 to i32 37 %tmp18 = add i64 %tmp12, %tmp8
|
D | 2007-11-04-LiveVariablesBug.ll | 10 %tmp12 = trunc i64 %tmp1 to i32 ; <i32> [#uses=2] 11 store i32 %tmp12, i32* %lines, align 4 14 i32* %lines, i64 256, i64* %p1, i64* %p2, i32 %tmp12 ) ; <i64*> [#uses=0]
|
/external/llvm/test/CodeGen/X86/ |
D | cse-add-with-overflow.ll | 19 %tmp12 = load i64, i64* %a1, align 8 20 %tmp13 = icmp ult i64 %tmp12, -281474976710656 28 %tmp15 = trunc i64 %tmp12 to i32 37 %tmp18 = add i64 %tmp12, %tmp8
|
D | 2007-11-04-LiveVariablesBug.ll | 10 %tmp12 = trunc i64 %tmp1 to i32 ; <i32> [#uses=2] 11 store i32 %tmp12, i32* %lines, align 4 14 i32* %lines, i64 256, i64* %p1, i64* %p2, i32 %tmp12 ) ; <i64*> [#uses=0]
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count5.ll | 21 %hiPart.035 = phi i32 [ %tmp12, %bb1 ], [ 0, %bb.nph ] 29 %tmp12 = add i32 %hiPart.035, 1 30 %tmp15 = sext i32 %tmp12 to i64 32 ; CHECK: %tmp15 = sext i32 %tmp12 to i64 40 %tmp25 = icmp slt i32 %tmp12, %bim
|
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | non-affine-phi-node-expansion-2.ll | 19 ; CHECK: %polly.tmp12 = phi double [ 1.000000e+00, %polly.stmt.bb9 ], [ 2.000000e+00, %polly.stmt… 20 ; CHECK: store double %polly.tmp12, double* %tmp12.phiops 45 %tmp12 = phi double [ 1.0, %bb9 ], [ 2.0, %bb10 ] 47 store double %tmp12, double* %tmp13
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | irreducible-cfg.ll | 32 %tmp12 = fmul double %tmp11, 2.300000e+00 33 store double %tmp12, double* %tmp10, align 4 37 %tmp14 = phi double [ %tmp5, %bb3 ], [ %tmp12, %bb9 ] 73 %tmp12 = fmul double %tmp11, 2.300000e+00 74 store double %tmp12, double* %tmp10, align 4 84 %tmp14 = phi double [ %tmp5, %bb3 ], [ %tmp12, %bb10 ]
|
/external/llvm-project/llvm/test/Transforms/LowerExpectIntrinsic/ |
D | phi_merge.ll | 21 %tmp12 = call i32 @hoo() 22 %tmp13 = icmp sgt i32 %arg1, %tmp12 64 %tmp12 = call i32 @hoo() 65 %tmp13 = icmp sgt i32 %arg1, %tmp12 107 %tmp12 = call i32 @hoo() 108 %tmp13 = icmp sgt i32 %arg1, %tmp12 148 %tmp12 = call i32 @hoo() 149 %tmp13 = icmp sgt i32 %arg1, %tmp12 188 %tmp12 = call i32 @hoo() 189 %tmp13 = icmp sgt i32 %arg1, %tmp12 [all …]
|
D | phi_tern.ll | 22 %tmp12 = trunc i64 %expect to i32 23 ret i32 %tmp12 43 %tmp12 = trunc i64 %expect to i32 44 ret i32 %tmp12
|
/external/llvm-project/llvm/test/Transforms/LoopIdiom/ |
D | dbginfo-cost.ll | 17 %tmp2.03 = phi i32 [ %tmp12, %bb8 ], [ 0, %bb8.preheader ] 21 %tmp12 = add nuw nsw i32 %tmp2.03, 1, !dbg !51 22 call void @llvm.dbg.value(metadata i32 %tmp12, metadata !44, metadata !DIExpression()), !dbg !45 27 %tmp12.lcssa = phi i32 [ %tmp12, %bb8 ], !dbg !51 31 %tmp2.0.lcssa = phi i32 [ 0, %bb ], [ %tmp12.lcssa, %bb13.loopexit ], !dbg !55
|