Home
last modified time | relevance | path

Searched refs:tmp6 (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/external/llvm/test/CodeGen/X86/
Dvec_splat-3.ll5 …%tmp6 = shufflevector <8 x i16> %T0, <8 x i16> %T1, <8 x i32> <i32 0, i32 undef, i32 undef, i32 0,…
6 ret <8 x i16> %tmp6
13 …%tmp6 = shufflevector <8 x i16> %T0, <8 x i16> %T1, <8 x i32> <i32 1, i32 1, i32 undef, i32 undef,…
14 ret <8 x i16> %tmp6
21 …%tmp6 = shufflevector <8 x i16> %T0, <8 x i16> %T1, <8 x i32> <i32 2, i32 undef, i32 undef, i32 2,…
22 ret <8 x i16> %tmp6
30 …%tmp6 = shufflevector <8 x i16> %T0, <8 x i16> %T1, <8 x i32> <i32 3, i32 3, i32 undef, i32 undef,…
31 ret <8 x i16> %tmp6
38 …%tmp6 = shufflevector <8 x i16> %T0, <8 x i16> %T1, <8 x i32> <i32 4, i32 undef, i32 undef, i32 un…
39 ret <8 x i16> %tmp6
[all …]
Dvec_shuffle-14.ll7 …%tmp6 = shufflevector <4 x i32> zeroinitializer, <4 x i32> %tmp, <4 x i32> < i32 4, i32 1, i32 2, …
8 ret <4 x i32> %tmp6
20 …%tmp6 = shufflevector <2 x i64> zeroinitializer, <2 x i64> %tmp, <2 x i32> < i32 2, i32 1 > ; <<4…
21 ret <2 x i64> %tmp6
33 %tmp6 = bitcast <2 x i64> %tmp4 to <4 x i32> ; <<4 x i32>> [#uses=1]
34 …%tmp7 = shufflevector <4 x i32> zeroinitializer, <4 x i32> %tmp6, <4 x i32> < i32 4, i32 5, i32 2,…
49 …%tmp6 = shufflevector <4 x i32> zeroinitializer, <4 x i32> %tmp5, <4 x i32> < i32 4, i32 5, i32 2,…
50 %tmp7 = bitcast <4 x i32> %tmp6 to <2 x i64> ; <<2 x i64>> [#uses=1]
62 …%tmp6 = shufflevector <2 x i64> zeroinitializer, <2 x i64> %a, <2 x i32> < i32 2, i32 1 > ; <<4 x…
63 ret <2 x i64> %tmp6
/external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
Dmips_FFTInv_CCSToR_F32_complex.c30 OMX_F32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, factor; in mips_FFTInv_CCSToR_F32_complex() local
47 tmp6 = tmp1 - tmp3; in mips_FFTInv_CCSToR_F32_complex()
54 p_buf[p_bitrev[n]].Re = 0.5f * (tmp5 - w_re * tmp7 - w_im * tmp6); in mips_FFTInv_CCSToR_F32_complex()
55 p_buf[p_bitrev[n]].Im = 0.5f * (tmp8 + w_re * tmp6 - w_im * tmp7); in mips_FFTInv_CCSToR_F32_complex()
57 0.5f * (tmp5 + w_re * tmp7 + w_im * tmp6); in mips_FFTInv_CCSToR_F32_complex()
59 0.5f * (-tmp8 + w_re * tmp6 - w_im * tmp7); in mips_FFTInv_CCSToR_F32_complex()
67 tmp6 = tmp1 - tmp3; in mips_FFTInv_CCSToR_F32_complex()
72 0.5f * (tmp5 + w_im * tmp7 - w_re * tmp6); in mips_FFTInv_CCSToR_F32_complex()
74 0.5f * (tmp8 - w_im * tmp6 - w_re * tmp7); in mips_FFTInv_CCSToR_F32_complex()
76 0.5f * (tmp5 - w_im * tmp7 + w_re * tmp6); in mips_FFTInv_CCSToR_F32_complex()
[all …]
Dmips_FFTInv_CCSToR_F32_real.c64 OMX_F32 tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in mips_FFTInv_CCSToR_F32_real() local
69 tmp6 = p_tmp[2].Im + p_tmp[3].Im; in mips_FFTInv_CCSToR_F32_real()
77 p_tmp[0].Im = tmp2 + tmp6; in mips_FFTInv_CCSToR_F32_real()
78 p_tmp[2].Im = tmp2 - tmp6; in mips_FFTInv_CCSToR_F32_real()
92 OMX_F32 tmp3, tmp4, tmp5, tmp6; in mips_FFTInv_CCSToR_F32_real() local
100 tmp6 = tmp3 - tmp4; in mips_FFTInv_CCSToR_F32_real()
109 pDst[6] = factor * (p_buf[2].Re + tmp6); in mips_FFTInv_CCSToR_F32_real()
110 pDst[2] = factor * (p_buf[2].Re - tmp6); in mips_FFTInv_CCSToR_F32_real()
113 tmp6 = SQRT1_2 * (tmp3 + tmp4); in mips_FFTInv_CCSToR_F32_real()
117 tmp3 = tmp5 + tmp6; in mips_FFTInv_CCSToR_F32_real()
[all …]
Dmips_FFTFwd_RToCCS_F32_complex.c30 OMX_F32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in mips_FFTFwd_RToCCS_F32_complex() local
179 tmp6 = tmp2 + tmp4; in mips_FFTFwd_RToCCS_F32_complex()
183 p_tmp[n1_2 + i].Im = p_tmp[i].Im - tmp6; in mips_FFTFwd_RToCCS_F32_complex()
185 p_tmp[i].Im = p_tmp[i].Im + tmp6; in mips_FFTFwd_RToCCS_F32_complex()
210 tmp6 = tmp1 - tmp3; in mips_FFTFwd_RToCCS_F32_complex()
222 p_dst[i].Re = 0.5f * (tmp5 + w_re * tmp7 - w_im * tmp6); in mips_FFTFwd_RToCCS_F32_complex()
223 p_dst[i].Im = 0.5f * (tmp8 - w_re * tmp6 - w_im * tmp7); in mips_FFTFwd_RToCCS_F32_complex()
224 p_dst[fft_size / 2 - i].Re = 0.5f * (tmp5 - w_re * tmp7 + w_im * tmp6); in mips_FFTFwd_RToCCS_F32_complex()
225 p_dst[fft_size / 2 - i].Im = 0.5f * (-tmp8 - w_re * tmp6 - w_im * tmp7); in mips_FFTFwd_RToCCS_F32_complex()
228 tmp6 = tmp1 - tmp3; in mips_FFTFwd_RToCCS_F32_complex()
[all …]
/external/llvm/test/CodeGen/ARM/
Ddyn-stackalloc.ll10 %tmp6 = load i32* null
11 %tmp8 = alloca float, i32 %tmp6
38 %tmp6 = alloca i8, i32 %tmp5
39 %tmp9 = call i8* @strcpy(i8* %tmp6, i8* %tag)
40 %tmp6.len = call i32 @strlen(i8* %tmp6)
41 %tmp6.indexed = getelementptr i8* %tmp6, i32 %tmp6.len
42 …call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp6.indexed, i8* getelementptr inbounds ([2 x i8]* @str…
43 %tmp15 = call i8* @strcat(i8* %tmp6, i8* %contents)
44 call fastcc void @comment_add(%struct.comment* %vc, i8* %tmp6)
Dvbsl-constant.ll12 %tmp6 = and <8 x i8> %tmp3, <i8 -4, i8 -4, i8 -4, i8 -4, i8 -4, i8 -4, i8 -4, i8 -4>
13 %tmp7 = or <8 x i8> %tmp4, %tmp6
26 %tmp6 = and <4 x i16> %tmp3, <i16 -4, i16 -4, i16 -4, i16 -4>
27 %tmp7 = or <4 x i16> %tmp4, %tmp6
40 %tmp6 = and <2 x i32> %tmp3, <i32 -4, i32 -4>
41 %tmp7 = or <2 x i32> %tmp4, %tmp6
55 %tmp6 = and <1 x i64> %tmp3, <i64 -4>
56 %tmp7 = or <1 x i64> %tmp4, %tmp6
69 …%tmp6 = and <16 x i8> %tmp3, <i8 -4, i8 -4, i8 -4, i8 -4, i8 -4, i8 -4, i8 -4, i8 -4, i8 -4, i8 -4…
70 %tmp7 = or <16 x i8> %tmp4, %tmp6
[all …]
Duxtb.ll23 %tmp6 = and i32 %tmp1, 16711935 ; <i32> [#uses=1]
24 ret i32 %tmp6
38 %tmp6 = or i32 %tmp2, %tmp5 ; <i32> [#uses=1]
39 ret i32 %tmp6
47 %tmp6 = or i32 %tmp2, %tmp5 ; <i32> [#uses=1]
48 ret i32 %tmp6
55 %tmp6 = or i32 %tmp2, %tmp5 ; <i32> [#uses=1]
56 ret i32 %tmp6
63 %tmp6 = or i32 %tmp5, %tmp1 ; <i32> [#uses=1]
64 ret i32 %tmp6
/external/llvm/test/CodeGen/Thumb/
Ddyn-stackalloc.ll15 %tmp6 = load i32* null
16 %tmp8 = alloca float, i32 %tmp6
59 %tmp6 = alloca i8, i32 %tmp5
60 %tmp9 = call i8* @strcpy( i8* %tmp6, i8* %tag )
61 %tmp6.len = call i32 @strlen( i8* %tmp6 )
62 %tmp6.indexed = getelementptr i8* %tmp6, i32 %tmp6.len
63 …call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp6.indexed, i8* getelementptr inbounds ([2 x i8]* @str…
64 %tmp15 = call i8* @strcat( i8* %tmp6, i8* %contents )
65 call fastcc void @comment_add( %struct.comment* %vc, i8* %tmp6 )
/external/chromium_org/third_party/libjpeg_turbo/
Djfdctint.c142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
158 tmp6 = dataptr[1] - dataptr[6];
188 z2 = tmp5 + tmp6;
189 z3 = tmp4 + tmp6;
195 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
223 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
253 z2 = tmp5 + tmp6;
254 z3 = tmp4 + tmp6;
260 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
[all …]
Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
143 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
146 z13 = tmp6 + tmp5; /* phase 6 */
147 z10 = tmp6 - tmp5;
158 tmp6 = tmp12 - tmp7; /* phase 2 */
159 tmp5 = tmp11 - tmp6;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
215 tmp6 = tmp12 - tmp7;
216 tmp5 = tmp11 - tmp6;
[all …]
Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
244 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
247 z13 = tmp6 + tmp5; /* phase 6 */
248 z10 = tmp6 - tmp5;
259 tmp6 = tmp12 - tmp7; /* phase 2 */
260 tmp5 = tmp11 - tmp6;
265 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
266 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
341 tmp6 = tmp12 - tmp7; /* phase 2 */
342 tmp5 = tmp11 - tmp6;
[all …]
/external/jpeg/
Djfdctint.c142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
158 tmp6 = dataptr[1] - dataptr[6];
188 z2 = tmp5 + tmp6;
189 z3 = tmp4 + tmp6;
195 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
223 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
253 z2 = tmp5 + tmp6;
254 z3 = tmp4 + tmp6;
260 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
[all …]
Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
143 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
146 z13 = tmp6 + tmp5; /* phase 6 */
147 z10 = tmp6 - tmp5;
158 tmp6 = tmp12 - tmp7; /* phase 2 */
159 tmp5 = tmp11 - tmp6;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
215 tmp6 = tmp12 - tmp7;
216 tmp5 = tmp11 - tmp6;
[all …]
Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
244 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
247 z13 = tmp6 + tmp5; /* phase 6 */
248 z10 = tmp6 - tmp5;
259 tmp6 = tmp12 - tmp7; /* phase 2 */
260 tmp5 = tmp11 - tmp6;
265 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
266 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
341 tmp6 = tmp12 - tmp7; /* phase 2 */
342 tmp5 = tmp11 - tmp6;
[all …]
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jfdctint.c143 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
159 tmp6 = dataptr[1] - dataptr[6];
189 z2 = tmp5 + tmp6;
190 z3 = tmp4 + tmp6;
196 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
208 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
224 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
254 z2 = tmp5 + tmp6;
255 z3 = tmp4 + tmp6;
261 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
[all …]
Dfpdfapi_jidctfst.c173 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
245 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
248 z13 = tmp6 + tmp5; /* phase 6 */
249 z10 = tmp6 - tmp5;
260 tmp6 = tmp12 - tmp7; /* phase 2 */
261 tmp5 = tmp11 - tmp6;
266 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
267 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
342 tmp6 = tmp12 - tmp7; /* phase 2 */
343 tmp5 = tmp11 - tmp6;
[all …]
/external/qemu/distrib/jpeg-6b/
Djfdctint.c142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
158 tmp6 = dataptr[1] - dataptr[6];
188 z2 = tmp5 + tmp6;
189 z3 = tmp4 + tmp6;
195 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
223 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
253 z2 = tmp5 + tmp6;
254 z3 = tmp4 + tmp6;
260 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
[all …]
Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
143 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
146 z13 = tmp6 + tmp5; /* phase 6 */
147 z10 = tmp6 - tmp5;
158 tmp6 = tmp12 - tmp7; /* phase 2 */
159 tmp5 = tmp11 - tmp6;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
215 tmp6 = tmp12 - tmp7;
216 tmp5 = tmp11 - tmp6;
[all …]
Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
244 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
247 z13 = tmp6 + tmp5; /* phase 6 */
248 z10 = tmp6 - tmp5;
259 tmp6 = tmp12 - tmp7; /* phase 2 */
260 tmp5 = tmp11 - tmp6;
265 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
266 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
341 tmp6 = tmp12 - tmp7; /* phase 2 */
342 tmp5 = tmp11 - tmp6;
[all …]
/external/llvm/test/CodeGen/PowerPC/
D2006-01-20-ShiftPartsCrash.ll9 %tmp6.u = add i32 %tmp5, 32 ; <i32> [#uses=1]
10 %tmp6 = bitcast i32 %tmp6.u to i32 ; <i32> [#uses=1]
12 %tmp6.upgrd.1 = trunc i32 %tmp6 to i8 ; <i8> [#uses=1]
13 %shift.upgrd.2 = zext i8 %tmp6.upgrd.1 to i64 ; <i64> [#uses=1]
/external/llvm/test/Transforms/IndVarSimplify/
Div-fold.ll17 %tmp6 = load i32* %arrayidx, align 4
21 %tmp6.1 = load i32* %arrayidx.1, align 4
27 %r = add i32 %tmp6, %tmp6.1
44 %tmp6 = load i32* %arrayidx, align 4
48 %tmp6.1 = load i32* %arrayidx.1, align 4
54 %r = add i32 %tmp6, %tmp6.1
/external/llvm/test/Transforms/InstCombine/
Dand-or-not.ll13 %tmp6 = and i32 %b, %a ; <i32> [#uses=1]
14 %tmp7 = or i32 %tmp6, %tmp3not ; <i32> [#uses=1]
22 %tmp6 = and i32 %b, %a ; <i32> [#uses=1]
23 %tmp6not = xor i32 %tmp6, -1 ; <i32> [#uses=1]
32 %tmp6 = and <4 x i32> %a, %b ; <<4 x i32>> [#uses=1]
33 %tmp7 = or <4 x i32> %tmp6, %tmp3not ; <<4 x i32>> [#uses=1]
41 %tmp6 = and <4 x i32> %a, %b ; <<4 x i32>> [#uses=1]
42 …%tmp6not = xor <4 x i32> %tmp6, < i32 -1, i32 -1, i32 -1, i32 -1 > ; <<4 x i32>> [#us…
/external/llvm/test/Transforms/Reassociate/
Drepeats.ll86 %tmp6 = mul i3 %tmp5, %x
87 ret i3 %tmp6
101 %tmp6 = mul i4 %tmp5, %x
102 %tmp7 = mul i4 %tmp6, %x
118 %tmp6 = mul i4 %tmp5, %x
119 %tmp7 = mul i4 %tmp6, %x
136 %tmp6 = mul i4 %tmp5, %x
137 %tmp7 = mul i4 %tmp6, %x
156 %tmp6 = mul i4 %tmp5, %x
157 %tmp7 = mul i4 %tmp6, %x
[all …]
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
Dcomplex_fft_mips.c35 int32_t tmp6 = 0; in WebRtcSpl_ComplexFFT() local
137 [tmp4] "=&r" (tmp4), [tmp5] "=&r" (tmp5), [tmp6] "=&r" (tmp6), in WebRtcSpl_ComplexFFT()
154 int32_t tmp5 = 0, tmp6 = 0, tmp = 0, tempMax = 0, round2 = 0; in WebRtcSpl_ComplexIFFT() local
311 [tmp4] "=&r" (tmp4), [tmp5] "=&r" (tmp5), [tmp6] "=&r" (tmp6), in WebRtcSpl_ComplexIFFT()

12345678910>>...13