Home
last modified time | relevance | path

Searched refs:tmp7 (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/external/llvm/test/CodeGen/X86/
Dfield-extract-use-trunc.ll5 %tmp7.25 = lshr i32 %f12, 16
6 %tmp7.26 = trunc i32 %tmp7.25 to i8
7 %tmp78.2 = sext i8 %tmp7.26 to i32
13 %tmp7.25 = ashr i32 %f11, 24
14 ret i32 %tmp7.25
19 %tmp7.25 = ashr i32 %f11, 24
20 ret i32 %tmp7.25
25 %tmp7.25 = ashr i64 %f11, 32
26 ret i64 %tmp7.25
31 %tmp7.25 = ashr i16 %f11, 8
[all …]
/external/llvm/test/Transforms/InstCombine/
Dand-xor-merge.ll7 ; CHECK-NEXT: %tmp7 = and i32 %tmp61, %z
8 ; CHECK-NEXT: ret i32 %tmp7
11 %tmp7 = xor i32 %tmp3, %tmp6
12 ret i32 %tmp7
18 ; CHECK-NEXT: %tmp7 = xor i32 %y, %x
19 ; CHECK-NEXT: ret i32 %tmp7
22 %tmp7 = xor i32 %tmp3, %tmp6
23 ret i32 %tmp7
Dand-or-not.ll14 %tmp7 = or i32 %tmp6, %tmp3not ; <i32> [#uses=1]
15 %tmp7not = xor i32 %tmp7, -1 ; <i32> [#uses=1]
24 %tmp7 = and i32 %tmp3, %tmp6not ; <i32> [#uses=1]
25 ret i32 %tmp7
33 %tmp7 = or <4 x i32> %tmp6, %tmp3not ; <<4 x i32>> [#uses=1]
34 …%tmp7not = xor <4 x i32> %tmp7, < i32 -1, i32 -1, i32 -1, i32 -1 > ; <<4 x i32>> [#us…
43 %tmp7 = and <4 x i32> %tmp3, %tmp6not ; <<4 x i32>> [#uses=1]
44 ret <4 x i32> %tmp7
Dapint-and-xor-merge.ll11 %tmp7 = xor i57 %tmp3, %tmp6
12 ret i57 %tmp7
19 %tmp7 = xor i23 %tmp3, %tmp6
20 ret i23 %tmp7
/external/opencv3/3rdparty/libjpeg/
Djidctflt.c73 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
144 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
148 z11 = tmp4 + tmp7;
149 z12 = tmp4 - tmp7;
151 tmp7 = z11 + z13; /* phase 5 */
158 tmp6 = tmp12 - tmp7; /* phase 2 */
162 wsptr[DCTSIZE*0] = tmp0 + tmp7;
163 wsptr[DCTSIZE*7] = tmp0 - tmp7;
209 tmp7 = z11 + z13;
216 tmp6 = tmp12 - tmp7;
[all …]
Djfdctflt.c62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
77 tmp7 = (FAST_FLOAT) (GETJSAMPLE(elemptr[0]) - GETJSAMPLE(elemptr[7]));
104 tmp12 = tmp6 + tmp7;
112 z11 = tmp7 + z3; /* phase 5 */
113 z13 = tmp7 - z3;
128 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
154 tmp12 = tmp6 + tmp7;
162 z11 = tmp7 + z3; /* phase 5 */
163 z13 = tmp7 - z3;
Djfdctfst.c117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
133 tmp7 = GETJSAMPLE(elemptr[0]) - GETJSAMPLE(elemptr[7]);
160 tmp12 = tmp6 + tmp7;
168 z11 = tmp7 + z3; /* phase 5 */
169 z13 = tmp7 - z3;
184 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
210 tmp12 = tmp6 + tmp7;
218 z11 = tmp7 + z3; /* phase 5 */
219 z13 = tmp7 - z3;
Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
245 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
252 tmp7 = z11 + z13; /* phase 5 */
259 tmp6 = tmp12 - tmp7; /* phase 2 */
263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7);
264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7);
334 tmp7 = z11 + z13; /* phase 5 */
341 tmp6 = tmp12 - tmp7; /* phase 2 */
[all …]
/external/libjpeg-turbo/
Djfdctint.c144 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
158 tmp7 = dataptr[0] - dataptr[7];
189 z1 = tmp4 + tmp7;
192 z4 = tmp5 + tmp7;
198 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
210 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
223 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
254 z1 = tmp4 + tmp7;
257 z4 = tmp5 + tmp7;
263 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
[all …]
Djidctflt.c75 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
148 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7] * _0_125);
152 z11 = tmp4 + tmp7;
153 z12 = tmp4 - tmp7;
155 tmp7 = z11 + z13; /* phase 5 */
162 tmp6 = tmp12 - tmp7; /* phase 2 */
166 wsptr[DCTSIZE*0] = tmp0 + tmp7;
167 wsptr[DCTSIZE*7] = tmp0 - tmp7;
213 tmp7 = z11 + z13;
220 tmp6 = tmp12 - tmp7;
[all …]
Djfdctflt.c61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
72 tmp7 = dataptr[0] - dataptr[7];
98 tmp12 = tmp6 + tmp7;
106 z11 = tmp7 + z3; /* phase 5 */
107 z13 = tmp7 - z3;
122 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
148 tmp12 = tmp6 + tmp7;
156 z11 = tmp7 + z3; /* phase 5 */
157 z13 = tmp7 - z3;
Djfdctfst.c116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
128 tmp7 = dataptr[0] - dataptr[7];
154 tmp12 = tmp6 + tmp7;
162 z11 = tmp7 + z3; /* phase 5 */
163 z13 = tmp7 - z3;
178 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
204 tmp12 = tmp6 + tmp7;
212 z11 = tmp7 + z3; /* phase 5 */
213 z13 = tmp7 - z3;
Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
245 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
252 tmp7 = z11 + z13; /* phase 5 */
259 tmp6 = tmp12 - tmp7; /* phase 2 */
263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7);
264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7);
334 tmp7 = z11 + z13; /* phase 5 */
341 tmp6 = tmp12 - tmp7; /* phase 2 */
[all …]
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jfdctint.c142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
156 tmp7 = dataptr[0] - dataptr[7];
187 z1 = tmp4 + tmp7;
190 z4 = tmp5 + tmp7;
196 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
221 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
252 z1 = tmp4 + tmp7;
255 z4 = tmp5 + tmp7;
261 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
[all …]
Dfpdfapi_jfdctfst.c116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
128 tmp7 = dataptr[0] - dataptr[7];
154 tmp12 = tmp6 + tmp7;
162 z11 = tmp7 + z3; /* phase 5 */
163 z13 = tmp7 - z3;
178 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
204 tmp12 = tmp6 + tmp7;
212 z11 = tmp7 + z3; /* phase 5 */
213 z13 = tmp7 - z3;
Dfpdfapi_jidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
245 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
252 tmp7 = z11 + z13; /* phase 5 */
259 tmp6 = tmp12 - tmp7; /* phase 2 */
263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7);
264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7);
334 tmp7 = z11 + z13; /* phase 5 */
341 tmp6 = tmp12 - tmp7; /* phase 2 */
[all …]
/external/llvm/test/CodeGen/ARM/
Dvbsl-constant.ll13 %tmp7 = or <8 x i8> %tmp4, %tmp6
14 ret <8 x i8> %tmp7
27 %tmp7 = or <4 x i16> %tmp4, %tmp6
28 ret <4 x i16> %tmp7
41 %tmp7 = or <2 x i32> %tmp4, %tmp6
42 ret <2 x i32> %tmp7
56 %tmp7 = or <1 x i64> %tmp4, %tmp6
57 ret <1 x i64> %tmp7
70 %tmp7 = or <16 x i8> %tmp4, %tmp6
71 ret <16 x i8> %tmp7
[all …]
/external/llvm/test/Transforms/IndVarSimplify/
Dada-loops.ll46 %i.0.reg2mem.0 = phi i8 [ 0, %bb.thread ], [ %tmp7, %bb ] ; <i8> [#uses=1]
47 %tmp7 = add i8 %i.0.reg2mem.0, 1 ; <i8> [#uses=3]
48 %tmp1 = zext i8 %tmp7 to i32 ; <i32> [#uses=1]
51 %0 = icmp eq i8 %tmp7, -1 ; <i1> [#uses=1]
63 %i.0.reg2mem.0 = phi i8 [ -10, %bb.thread ], [ %tmp7, %bb ] ; <i8> [#uses=2]
68 %tmp7 = add i8 %i.0.reg2mem.0, 1 ; <i8> [#uses=2]
69 %0 = icmp sgt i8 %tmp7, 10 ; <i1> [#uses=1]
81 %i.0.reg2mem.0 = phi i8 [ 10, %bb.thread ], [ %tmp7, %bb ] ; <i8> [#uses=2]
86 %tmp7 = add i8 %i.0.reg2mem.0, 1 ; <i8> [#uses=2]
87 %0 = icmp sgt i8 %tmp7, 30 ; <i1> [#uses=1]
/external/llvm/test/Transforms/GVN/
Dload-pre-licm.ll9 ; CHECK-NEXT: %tmp7.pre = load i32
14 ; CHECK: %tmp7 = phi i32
15 ; CHECK-NOT: %tmp7 = load i32
22 %tmp7 = load i32, i32* %arrayidx, align 4
24 %cmp11 = icmp sgt i32 %tmp7, %tmp10
30 store i32 %tmp7, i32* %arrayidx9, align 4
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator_mips.c34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in WebRtcIsacfix_PCorr2Q32() local
80 [tmp7] "=&r" (tmp7), [tmp8] "=&r" (tmp8), [tmp_in] "+r" (tmp_in), in WebRtcIsacfix_PCorr2Q32()
105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in WebRtcIsacfix_PCorr2Q32() local
172 [tmp7] "=&r" (tmp7), [tmp8] "=&r" (tmp8), [inptr] "+r" (inptr), in WebRtcIsacfix_PCorr2Q32()
/external/llvm/test/Transforms/Reassociate/
Drepeats.ll102 %tmp7 = mul i4 %tmp6, %x
103 ret i4 %tmp7
119 %tmp7 = mul i4 %tmp6, %x
120 %tmp8 = mul i4 %tmp7, %x
137 %tmp7 = mul i4 %tmp6, %x
138 %tmp8 = mul i4 %tmp7, %x
157 %tmp7 = mul i4 %tmp6, %x
158 %tmp8 = mul i4 %tmp7, %x
176 %tmp7 = mul i4 %tmp6, %x
177 %tmp8 = mul i4 %tmp7, %x
[all …]
Dsubtest.ll19 ; CHECK-NEXT: %tmp7 = sub i32 0, %sum
20 ; CHECK-NEXT: ret i32 %tmp7
24 %tmp7 = sub i32 %tmp5, %a
25 ret i32 %tmp7
/external/llvm/test/Analysis/BasicAA/
D2007-10-24-ArgumentsGlobals.ll8 ; CHECK: %tmp7 = load
9 ; CHECK: ret i32 %tmp7
14 …%tmp7 = load i32, i32* getelementptr (%struct.B, %struct.B* @a, i32 0, i32 0, i32 0), align 8 …
15 ret i32 %tmp7
/external/llvm/test/CodeGen/AArch64/
Daarch64-smull.ll78 %tmp7 = add <8 x i16> %tmp1, %tmp6
79 ret <8 x i16> %tmp7
91 %tmp7 = add <4 x i32> %tmp1, %tmp6
92 ret <4 x i32> %tmp7
104 %tmp7 = add <2 x i64> %tmp1, %tmp6
105 ret <2 x i64> %tmp7
117 %tmp7 = add <8 x i16> %tmp1, %tmp6
118 ret <8 x i16> %tmp7
130 %tmp7 = add <4 x i32> %tmp1, %tmp6
131 ret <4 x i32> %tmp7
[all …]
/external/llvm/test/CodeGen/PowerPC/
D2006-09-28-shift_64.ll18 %tmp7 = lshr i64 %tmp3, %shift.upgrd.1 ; <i64> [#uses=1]
19 %tmp7.upgrd.2 = trunc i64 %tmp7 to i32 ; <i32> [#uses=1]
20 %tmp8 = and i32 %tmp7.upgrd.2, 1 ; <i32> [#uses=1]

12345678910>>...14