Home
last modified time | relevance | path

Searched refs:tmp12 (Results 1 – 25 of 226) sorted by relevance

12345678910

/external/libjpeg-turbo/simd/arm/
Djidctfst-neon.c137 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 …]
Djfdctfst-neon.c102 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/
Djidctint.c178 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 …]
Djfdctflt.c63 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 …]
Djfdctfst.c120 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 …]
Djidctflt.c77 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 …]
Djidctfst.c176 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 …]
Djfdctint.c146 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),
Djidctred.c125 JLONG tmp0, tmp2, tmp10, tmp12; variable
171 tmp12 = tmp0 - tmp2;
197 (int)DESCALE(tmp12 + tmp0, CONST_BITS - PASS1_BITS + 1);
199 (int)DESCALE(tmp12 - tmp0, CONST_BITS - PASS1_BITS + 1);
234 tmp12 = tmp0 - tmp2;
261 outptr[1] = range_limit[(int)DESCALE(tmp12 + tmp0,
264 outptr[2] = range_limit[(int)DESCALE(tmp12 - tmp0,
/external/llvm/test/Transforms/InstCombine/
D2007-12-18-AddSelCmpSub.ll8 %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/
Drotate_mmi.cc28 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/test/CodeGen/ARM/
Dbx_fold.ll20 %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]
Dpr13249.ll15 %tmp9 = phi i8* [ %tmp12, %bb13 ], [ %tmp, %bb3 ]
17 %tmp12 = getelementptr inbounds i8, i8* %tmp9, i32 1
21 %tmp14 = load i8, i8* %tmp12, align 1
/external/llvm/test/CodeGen/WebAssembly/
Dirreducible-cfg.ll32 %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/test/CodeGen/X86/
Dcse-add-with-overflow.ll19 %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
D2007-11-04-LiveVariablesBug.ll10 %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]
Dldzero.ll15 %tmp12 = fpext double %tmp1 to x86_fp80 ; <x86_fp80> [#uses=1]
16 store x86_fp80 %tmp12, x86_fp80* %tmp, align 16
34 %tmp12 = fptrunc x86_fp80 %tmp1 to double ; <double> [#uses=1]
35 store double %tmp12, double* %tmp, align 8
D2008-05-28-LocalRegAllocBug.ll17 %tmp12.i.i.i.i.i66 = invoke i8* @_Znwm( i32 12 )
18 to label %tmp12.i.i.i.i.i.noexc65 unwind label %lpad243 ; <i8*> [#uses=0]
20 tmp12.i.i.i.i.i.noexc65: ; preds = %bb37
Dpatchable-prologue.ll54 %tmp12 = load i32, i32* %tmp11, align 4
56 %tmp13 = add i32 %tmp12, %arg3
57 %tmp14 = cmpxchg i32* %tmp11, i32 %tmp12, i32 %tmp13 seq_cst monotonic
65 %tmp22 = phi i32 [ %tmp12, %bb ], [ %arg3, %bb16 ]
DMachineSink-PHIUse.ll21 %indvar = phi i64 [ 0, %bb.nph ], [ %tmp12, %bb9 ] ; <i64> [#uses=1]
22 %tmp12 = add i64 %indvar, 1 ; <i64> [#uses=2]
23 %tmp13 = trunc i64 %tmp12 to i32 ; <i32> [#uses=0]
/external/llvm/test/CodeGen/Generic/
Di128-addsub.ll12 %tmp12 = or i128 %tmp11, %tmp67 ; <i128> [#uses=1]
13 %tmp15 = add i128 %tmp12, %tmp5 ; <i128> [#uses=2]
31 %tmp12 = or i128 %tmp11, %tmp67 ; <i128> [#uses=1]
32 %tmp15 = sub i128 %tmp5, %tmp12 ; <i128> [#uses=2]
/external/llvm/test/Analysis/BasicAA/
Dnoalias-wraparound-bug.ll7 ; "tmp12" returning i32 32, since basicaa converted the offsets to 64b
17 %tmp12 = getelementptr i32, i32* %tmp3, i32 -1629631508
18 store i32 28, i32* %tmp12, align 4
/external/llvm/test/Transforms/SimplifyCFG/
D2009-01-18-PHIPropCrash.ll17 %tmp10 = phi i32 [ 0, %BB2 ], [ %tmp12, %BB11 ] ; <i32> [#uses=1]
21 %tmp12 = phi i32 [ 0, %BB13 ], [ %tmp10, %BB9 ] ; <i32> [#uses=2]
29 ret i32 %tmp12
/external/libaom/libaom/aom_dsp/mips/
Dintrapred16_dspr2.c18 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in aom_h_predictor_16x16_dspr2() local
155 [tmp10] "=&r"(tmp10), [tmp11] "=&r"(tmp11), [tmp12] "=&r"(tmp12), in aom_h_predictor_16x16_dspr2()
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred16_dspr2.c17 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in vpx_h_predictor_16x16_dspr2() local
153 [tmp10] "=&r"(tmp10), [tmp11] "=&r"(tmp11), [tmp12] "=&r"(tmp12), in vpx_h_predictor_16x16_dspr2()

12345678910