Home
last modified time | relevance | path

Searched refs:tmp11 (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/external/libjpeg-turbo/
Djidctint.c178 JLONG tmp10, tmp11, tmp12, tmp13; variable
247 tmp11 = tmp1 + tmp2;
286 wsptr[DCTSIZE * 1] = (int)DESCALE(tmp11 + tmp2, CONST_BITS - PASS1_BITS);
287 wsptr[DCTSIZE * 6] = (int)DESCALE(tmp11 - tmp2, CONST_BITS - PASS1_BITS);
349 tmp11 = tmp1 + tmp2;
392 outptr[1] = range_limit[(int)DESCALE(tmp11 + tmp2,
395 outptr[6] = range_limit[(int)DESCALE(tmp11 - tmp2,
431 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; in jpeg_idct_7x7() local
461 tmp11 = tmp10 + tmp12 + tmp13 - MULTIPLY(z2, FIX(1.841218003)); /* c2+c4-c6 */ in jpeg_idct_7x7()
489 wsptr[7 * 1] = (int)RIGHT_SHIFT(tmp11 + tmp1, CONST_BITS - PASS1_BITS); in jpeg_idct_7x7()
[all …]
Djfdctflt.c63 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable
85 tmp11 = tmp1 + tmp2;
88 dataptr[0] = tmp10 + tmp11; /* phase 3 */
89 dataptr[4] = tmp10 - tmp11;
98 tmp11 = tmp5 + tmp6;
105 z3 = tmp11 * ((FAST_FLOAT)0.707106781); /* c4 */
135 tmp11 = tmp1 + tmp2;
138 dataptr[DCTSIZE * 0] = tmp10 + tmp11; /* phase 3 */
139 dataptr[DCTSIZE * 4] = tmp10 - tmp11;
148 tmp11 = tmp5 + tmp6;
[all …]
Djfdctfst.c120 DCTELEM tmp10, tmp11, tmp12, tmp13; variable
143 tmp11 = tmp1 + tmp2;
146 dataptr[0] = tmp10 + tmp11; /* phase 3 */
147 dataptr[4] = tmp10 - tmp11;
156 tmp11 = tmp5 + tmp6;
163 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
193 tmp11 = tmp1 + tmp2;
196 dataptr[DCTSIZE * 0] = tmp10 + tmp11; /* phase 3 */
197 dataptr[DCTSIZE * 4] = tmp10 - tmp11;
206 tmp11 = tmp5 + tmp6;
[all …]
Djidctflt.c77 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable
134 tmp11 = tmp0 - tmp2;
141 tmp1 = tmp11 + tmp12;
142 tmp2 = tmp11 - tmp12;
157 tmp11 = (z11 - z13) * ((FAST_FLOAT)1.414213562); /* 2*c4 */
164 tmp5 = tmp11 - tmp6;
197 tmp11 = z5 - wsptr[4];
204 tmp1 = tmp11 + tmp12;
205 tmp2 = tmp11 - tmp12;
215 tmp11 = (z11 - z13) * ((FAST_FLOAT)1.414213562);
[all …]
Djidctfst.c176 DCTELEM tmp10, tmp11, tmp12, tmp13; variable
233 tmp11 = tmp0 - tmp2;
240 tmp1 = tmp11 + tmp12;
241 tmp2 = tmp11 - tmp12;
256 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
263 tmp5 = tmp11 - tmp6;
319 tmp11 = ((DCTELEM)wsptr[0] - (DCTELEM)wsptr[4]);
327 tmp1 = tmp11 + tmp12;
328 tmp2 = tmp11 - tmp12;
338 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
[all …]
Djfdctint.c146 JLONG tmp10, tmp11, tmp12, tmp13; variable
173 tmp11 = tmp1 + tmp2;
176 dataptr[0] = (DCTELEM)LEFT_SHIFT(tmp10 + tmp11, PASS1_BITS);
177 dataptr[4] = (DCTELEM)LEFT_SHIFT(tmp10 - tmp11, PASS1_BITS);
238 tmp11 = tmp1 + tmp2;
241 dataptr[DCTSIZE * 0] = (DCTELEM)DESCALE(tmp10 + tmp11, PASS1_BITS);
242 dataptr[DCTSIZE * 4] = (DCTELEM)DESCALE(tmp10 - tmp11, PASS1_BITS);
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dcodegenprepare-form-OF-ops.ll15 %tmp11 = add nsw i32 %arg, -1
16 %tmp12 = select i1 %tmp10, i32 %tmp11, i32 %arg
27 %tmp11 = add nsw i64 %arg, -1
28 %tmp12 = select i1 %tmp10, i64 %tmp11, i64 %arg
39 %tmp11 = sub nsw i32 %arg, 1
40 %tmp12 = select i1 %tmp10, i32 %tmp11, i32 %arg
51 %tmp11 = sub nsw i64 %arg, 1
52 %tmp12 = select i1 %tmp10, i64 %tmp11, i64 %arg
/external/libjpeg-turbo/simd/arm/
Djidctfst-neon.c133 int16x4_t tmp11 = vsub_s16(tmp0, tmp2); in jsimd_idct_ifast_neon() local
143 tmp1 = vadd_s16(tmp11, tmp12); in jsimd_idct_ifast_neon()
144 tmp2 = vsub_s16(tmp11, tmp12); in jsimd_idct_ifast_neon()
159 tmp11 = vqdmulh_lane_s16(z11_sub_z13, consts, 1); in jsimd_idct_ifast_neon()
160 tmp11 = vadd_s16(tmp11, z11_sub_z13); in jsimd_idct_ifast_neon()
173 tmp5 = vsub_s16(tmp11, tmp6); in jsimd_idct_ifast_neon()
208 int16x4_t tmp11 = vsub_s16(tmp0, tmp2); in jsimd_idct_ifast_neon() local
218 tmp1 = vadd_s16(tmp11, tmp12); in jsimd_idct_ifast_neon()
219 tmp2 = vsub_s16(tmp11, tmp12); in jsimd_idct_ifast_neon()
234 tmp11 = vqdmulh_lane_s16(z11_sub_z13, consts, 1); in jsimd_idct_ifast_neon()
[all …]
Djfdctfst-neon.c101 int16x8_t tmp11 = vaddq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon() local
104 col0 = vaddq_s16(tmp10, tmp11); /* phase 3 */ in jsimd_fdct_ifast_neon()
105 col4 = vsubq_s16(tmp10, tmp11); in jsimd_fdct_ifast_neon()
113 tmp11 = vaddq_s16(tmp5, tmp6); in jsimd_fdct_ifast_neon()
122 int16x8_t z3 = vqdmulhq_lane_s16(tmp11, consts, 2); in jsimd_fdct_ifast_neon()
175 tmp11 = vaddq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon()
178 row0 = vaddq_s16(tmp10, tmp11); /* phase 3 */ in jsimd_fdct_ifast_neon()
179 row4 = vsubq_s16(tmp10, tmp11); in jsimd_fdct_ifast_neon()
187 tmp11 = vaddq_s16(tmp5, tmp6); in jsimd_fdct_ifast_neon()
196 z3 = vqdmulhq_lane_s16(tmp11, consts, 2); in jsimd_fdct_ifast_neon()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dbuffer-schedule.ll22 %tmp11 = shl i32 %tmp10, 2
25 …%tmp14 = call float @llvm.amdgcn.buffer.load.f32(<4 x i32> %tmp13, i32 0, i32 %tmp11, i1 false, i1…
27 …call void @llvm.amdgcn.buffer.store.f32(float %tmp14, <4 x i32> %tmp17, i32 0, i32 %tmp11, i1 fals…
29 …%tmp21 = call float @llvm.amdgcn.buffer.load.f32(<4 x i32> %tmp20, i32 0, i32 %tmp11, i1 false, i1…
31 …call void @llvm.amdgcn.buffer.store.f32(float %tmp22, <4 x i32> %tmp20, i32 0, i32 %tmp11, i1 fals…
33 …%tmp26 = call float @llvm.amdgcn.buffer.load.f32(<4 x i32> %tmp25, i32 0, i32 %tmp11, i1 false, i1…
35 …call void @llvm.amdgcn.buffer.store.f32(float %tmp27, <4 x i32> %tmp25, i32 0, i32 %tmp11, i1 fals…
37 …%tmp31 = call float @llvm.amdgcn.buffer.load.f32(<4 x i32> %tmp30, i32 0, i32 %tmp11, i1 false, i1…
39 …call void @llvm.amdgcn.buffer.store.f32(float %tmp32, <4 x i32> %tmp30, i32 0, i32 %tmp11, i1 fals…
41 …%tmp36 = call float @llvm.amdgcn.buffer.load.f32(<4 x i32> %tmp35, i32 0, i32 %tmp11, i1 false, i1…
[all …]
/external/libyuv/files/source/
Drotate_mmi.cc28 uint64_t tmp7, tmp8, tmp9, tmp10, tmp11, tmp12, tmp13; in TransposeWx8_MMI() local
141 [tmp9] "=&f"(tmp9), [tmp10] "=&f"(tmp10), [tmp11] "=&f"(tmp11), in TransposeWx8_MMI()
157 uint64_t tmp7, tmp8, tmp9, tmp10, tmp11, tmp12, tmp13; in TransposeUVWx8_MMI() local
278 [tmp9] "=&f"(tmp9), [tmp10] "=&f"(tmp10), [tmp11] "=&f"(tmp11), in TransposeUVWx8_MMI()
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
Dpr25369.ll20 %tmp5 = phi i64 [ %tmp11, %bb4 ], [ 1, %bb2 ], [ 1, %bb ]
26 %tmp11 = add nsw i64 %tmp5, 3
27 %tmp12 = icmp eq i64 %tmp11, 64
57 %tmp5 = phi i64 [ %tmp11, %bb4 ], [ 1, %bb2 ], [ 3, %bb ]
63 %tmp11 = add nsw i64 %tmp5, 3
64 %tmp12 = icmp eq i64 %tmp11, 64
/external/llvm/test/Analysis/ScalarEvolution/
Dpr25369.ll19 %tmp5 = phi i64 [ %tmp11, %bb4 ], [ 1, %bb2 ], [ 1, %bb ]
25 %tmp11 = add nsw i64 %tmp5, 3
26 %tmp12 = icmp eq i64 %tmp11, 64
56 %tmp5 = phi i64 [ %tmp11, %bb4 ], [ 1, %bb2 ], [ 3, %bb ]
62 %tmp11 = add nsw i64 %tmp5, 3
63 %tmp12 = icmp eq i64 %tmp11, 64
/external/llvm/test/Transforms/DeadStoreElimination/
Dcs-cs-aliasing.ll33 %tmp11 = bitcast %union.anon* %tmp10 to i8*
36 %tmp14 = getelementptr inbounds i8, i8* %tmp11, i64 1
53 store i8* %tmp11, i8** %tmp12, align 8
54 store i8 125, i8* %tmp11, align 8
58 ; CHECK: store i8* %tmp11, i8** %tmp12, align 8
59 ; CHECK: store i8 125, i8* %tmp11, align 8
64 call void @llvm.memset.p0i8.i64(i8* %tmp11, i8 -51, i64 16, i32 8, i1 false) #0
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/
Dcs-cs-aliasing.ll33 %tmp11 = bitcast %union.anon* %tmp10 to i8*
36 %tmp14 = getelementptr inbounds i8, i8* %tmp11, i64 1
53 store i8* %tmp11, i8** %tmp12, align 8
54 store i8 125, i8* %tmp11, align 8
58 ; CHECK: store i8* %tmp11, i8** %tmp12, align 8
59 ; CHECK: store i8 125, i8* %tmp11, align 8
64 call void @llvm.memset.p0i8.i64(i8* align 8 %tmp11, i8 -51, i64 16, i1 false) #0
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Dcs-cs-aliasing.ll33 %tmp11 = bitcast %union.anon* %tmp10 to i8*
36 %tmp14 = getelementptr inbounds i8, i8* %tmp11, i64 1
53 store i8* %tmp11, i8** %tmp12, align 8
54 store i8 125, i8* %tmp11, align 8
58 ; CHECK: store i8* %tmp11, i8** %tmp12, align 8
59 ; CHECK: store i8 125, i8* %tmp11, align 8
64 call void @llvm.memset.p0i8.i64(i8* align 8 %tmp11, i8 -51, i64 16, i1 false) #0
/external/llvm/test/Transforms/ObjCARC/
Dpointer-types.ll11 ; CHECK-NEXT: %tmp11 = bitcast void ()* %otherBlock to i8*
12 ; CHECK-NEXT: call void @objc_release(i8* %tmp11)
24 %tmp11 = bitcast void ()* %otherBlock to i8*
25 call void @objc_release(i8* %tmp11) nounwind
/external/llvm-project/llvm/test/Transforms/ObjCARC/
Dpointer-types.ll11 ; CHECK-NEXT: %tmp11 = bitcast void ()* %otherBlock to i8*
12 ; CHECK-NEXT: call void @llvm.objc.release(i8* %tmp11)
24 %tmp11 = bitcast void ()* %otherBlock to i8*
25 call void @llvm.objc.release(i8* %tmp11) nounwind
/external/llvm/test/CodeGen/X86/
D2006-08-07-CycleInDAG.ll14 %tmp11.s = load i32, i32* null ; <i32> [#uses=1]
15 %tmp11.i = bitcast i32 %tmp11.s to i32 ; <i32> [#uses=1]
17 %tmp13.i7 = mul i32 %tmp11.i, %n.i ; <i32> [#uses=1]
Dvec_logical.ll35 %tmp11 = xor <4 x i32> %tmp9, %tmp10
36 %tmp13 = bitcast <4 x i32> %tmp11 to <4 x float>
53 %tmp11 = and <2 x i64> %tmp9, %tmp10
54 %tmp13 = bitcast <2 x i64> %tmp11 to <2 x double>
78 %tmp11 = bitcast <4 x float> %a to <4 x i32>
80 %tmp13 = xor <4 x i32> %tmp11, < i32 -1, i32 -1, i32 -1, i32 -1 >
/external/llvm-project/llvm/test/CodeGen/X86/
D2006-08-07-CycleInDAG.ll14 %tmp11.s = load i32, i32* null ; <i32> [#uses=1]
15 %tmp11.i = bitcast i32 %tmp11.s to i32 ; <i32> [#uses=1]
17 %tmp13.i7 = mul i32 %tmp11.i, %n.i ; <i32> [#uses=1]
/external/llvm-project/polly/test/Isl/CodeGen/
Dregion_multiexit_partialwrite.ll28 %tmp11 = phi i32 [ %tmp8, %bb7 ], [ undef, %bb9 ]
30 store i32 %tmp11, i32* %tmp16, align 4
41 ; CHECK-NEXT: %polly.tmp11 = phi i32 [ %p_tmp8, %polly.stmt.bb7 ], [ undef, %polly.stmt.bb9 ]
44 ; CHECK: store i32 %polly.tmp11
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/
Dlsr-filtering-scaledreg.ll32 %tmp11 = phi i8* [ %tmp8, %bb ], [ %tmp17, %bb12 ]
40 %tmp17 = getelementptr inbounds i8, i8* %tmp11, i64 16
44 %tmp19 = icmp ugt i8* %tmp11, null
46 %tmp21 = getelementptr inbounds i8, i8* %tmp11, i64 8
48 %tmp23 = select i1 %tmp19, i8* %tmp11, i8* %tmp21
/external/llvm-project/polly/test/ScheduleOptimizer/
Dpattern-matching-based-opts_2.ll32 %tmp11 = getelementptr inbounds [1056 x double], [1056 x double]* %arg5, i64 %tmp, i64 %tmp10
33 %tmp12 = load double, double* %tmp11, align 8
35 store double %tmp13, double* %tmp11, align 8
46 %tmp22 = load double, double* %tmp11, align 8
48 store double %tmp23, double* %tmp11, align 8
/external/llvm-project/llvm/test/Transforms/LowerExpectIntrinsic/
Dphi_tern.ll20 %tmp11 = sext i32 %tmp10 to i64
21 %expect = call i64 @llvm.expect.i64(i64 %tmp11, i64 0)
41 %tmp11 = sext i32 %tmp10 to i64
42 %expect = call i64 @llvm.expect.i64(i64 %tmp11, i64 0)

12345678910>>...30