/external/llvm/test/CodeGen/ARM/ |
D | dyn-stackalloc.ll | 22 %tmp6 = load i32, i32* null 23 %tmp8 = alloca float, i32 %tmp6 50 %tmp6 = alloca i8, i32 %tmp5 51 %tmp9 = call i8* @strcpy(i8* %tmp6, i8* %tag) 52 %tmp6.len = call i32 @strlen(i8* %tmp6) 53 %tmp6.indexed = getelementptr i8, i8* %tmp6, i32 %tmp6.len 54 …call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp6.indexed, i8* getelementptr inbounds ([2 x i8], [2 x… 55 %tmp15 = call i8* @strcat(i8* %tmp6, i8* %contents) 56 call fastcc void @comment_add(%struct.comment* %vc, i8* %tmp6)
|
D | uxtb.ll | 23 %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
|
D | vbsl-constant.ll | 12 %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 …]
|
/external/opencv3/3rdparty/libjpeg/ |
D | jidctflt.c | 73 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; 216 tmp6 = tmp12 - tmp7; 217 tmp5 = tmp11 - tmp6; [all …]
|
D | jidctfst.c | 172 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 …]
|
D | jfdctflt.c | 62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 79 tmp6 = (FAST_FLOAT) (GETJSAMPLE(elemptr[1]) - GETJSAMPLE(elemptr[6])); 103 tmp11 = tmp5 + tmp6; 104 tmp12 = tmp6 + tmp7; 130 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6]; 153 tmp11 = tmp5 + tmp6; 154 tmp12 = tmp6 + tmp7;
|
D | jfdctfst.c | 117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 135 tmp6 = GETJSAMPLE(elemptr[1]) - GETJSAMPLE(elemptr[6]); 159 tmp11 = tmp5 + tmp6; 160 tmp12 = tmp6 + tmp7; 186 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6]; 209 tmp11 = tmp5 + tmp6; 210 tmp12 = tmp6 + tmp7;
|
/external/libjpeg-turbo/ |
D | jfdctint.c | 144 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 160 tmp6 = dataptr[1] - dataptr[6]; 190 z2 = tmp5 + tmp6; 191 z3 = tmp4 + tmp6; 197 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ 209 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); 225 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6]; 255 z2 = tmp5 + tmp6; 256 z3 = tmp4 + tmp6; 262 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ [all …]
|
D | jidctflt.c | 75 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 147 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5] * _0_125); 150 z13 = tmp6 + tmp5; /* phase 6 */ 151 z10 = tmp6 - tmp5; 162 tmp6 = tmp12 - tmp7; /* phase 2 */ 163 tmp5 = tmp11 - tmp6; 168 wsptr[DCTSIZE*1] = tmp1 + tmp6; 169 wsptr[DCTSIZE*6] = tmp1 - tmp6; 220 tmp6 = tmp12 - tmp7; 221 tmp5 = tmp11 - tmp6; [all …]
|
D | jidctfst.c | 172 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 …]
|
D | jfdctflt.c | 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 74 tmp6 = dataptr[1] - dataptr[6]; 97 tmp11 = tmp5 + tmp6; 98 tmp12 = tmp6 + tmp7; 124 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6]; 147 tmp11 = tmp5 + tmp6; 148 tmp12 = tmp6 + tmp7;
|
D | jfdctfst.c | 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 130 tmp6 = dataptr[1] - dataptr[6]; 153 tmp11 = tmp5 + tmp6; 154 tmp12 = tmp6 + tmp7; 180 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6]; 203 tmp11 = tmp5 + tmp6; 204 tmp12 = tmp6 + tmp7;
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jfdctint.c | 142 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 …]
|
D | fpdfapi_jidctfst.c | 172 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 …]
|
D | fpdfapi_jfdctfst.c | 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable 130 tmp6 = dataptr[1] - dataptr[6]; 153 tmp11 = tmp5 + tmp6; 154 tmp12 = tmp6 + tmp7; 180 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6]; 203 tmp11 = tmp5 + tmp6; 204 tmp12 = tmp6 + tmp7;
|
/external/llvm/test/CodeGen/Thumb/ |
D | dyn-stackalloc.ll | 15 %tmp6 = load i32, i32* null 16 %tmp8 = alloca float, i32 %tmp6 60 %tmp6 = alloca i8, i32 %tmp5 61 %tmp9 = call i8* @strcpy( i8* %tmp6, i8* %tag ) 62 %tmp6.len = call i32 @strlen( i8* %tmp6 ) 63 %tmp6.indexed = getelementptr i8, i8* %tmp6, i32 %tmp6.len 64 …call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp6.indexed, i8* getelementptr inbounds ([2 x i8], [2 x… 65 %tmp15 = call i8* @strcat( i8* %tmp6, i8* %contents ) 66 call fastcc void @comment_add( %struct.comment* %vc, i8* %tmp6 )
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2006-01-20-ShiftPartsCrash.ll | 10 %tmp6.u = add i32 %tmp5, 32 ; <i32> [#uses=1] 11 %tmp6 = bitcast i32 %tmp6.u to i32 ; <i32> [#uses=1] 13 %tmp6.upgrd.1 = trunc i32 %tmp6 to i8 ; <i8> [#uses=1] 14 %shift.upgrd.2 = zext i8 %tmp6.upgrd.1 to i64 ; <i64> [#uses=1]
|
/external/llvm/test/Transforms/InstCombine/ |
D | and-or-not.ll | 13 %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…
|
D | bswap.ll | 23 %tmp6 = or i32 %tmp2, %tmp5 ; <i32> [#uses=1] 26 %tmp10 = or i32 %tmp6, %tmp9 ; <i32> [#uses=1] 55 %tmp6 = bitcast i16 %tmp.upgrd.3 to i16 ; <i16> [#uses=1] 56 %tmp6.upgrd.4 = zext i16 %tmp6 to i32 ; <i32> [#uses=1] 57 %retval = trunc i32 %tmp6.upgrd.4 to i16 ; <i16> [#uses=1] 70 %tmp6 = lshr i32 %x, 24 ; <i32> [#uses=1] 71 %tmp7 = or i32 %tmp5, %tmp6 ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | iv-fold.ll | 17 %tmp6 = load i32, i32* %arrayidx, align 4 21 %tmp6.1 = load i32, i32* %arrayidx.1, align 4 27 %r = add i32 %tmp6, %tmp6.1 44 %tmp6 = load i32, i32* %arrayidx, align 4 48 %tmp6.1 = load i32, i32* %arrayidx.1, align 4 54 %r = add i32 %tmp6, %tmp6.1
|
/external/llvm/test/Transforms/Reassociate/ |
D | repeats.ll | 86 %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/webrtc/webrtc/common_audio/signal_processing/ |
D | complex_fft_mips.c | 35 int32_t tmp6 = 0; in WebRtcSpl_ComplexFFT() local 137 [tmp4] "=&r" (tmp4), [tmp5] "=&r" (tmp5), [tmp6] "=&r" (tmp6), in WebRtcSpl_ComplexFFT() 157 int32_t tmp5 = 0, tmp6 = 0, tmp = 0, tempMax = 0, round2 = 0; in WebRtcSpl_ComplexIFFT() local 314 [tmp4] "=&r" (tmp4), [tmp5] "=&r" (tmp5), [tmp6] "=&r" (tmp6), in WebRtcSpl_ComplexIFFT()
|
/external/llvm/test/CodeGen/X86/ |
D | avx1-logical-load-folding.ll | 13 %tmp6 = extractelement <8 x float> %tmp5, i32 0 14 store float %tmp6, float* %C 27 %tmp6 = extractelement <8 x float> %tmp5, i32 0 28 store float %tmp6, float* %C 41 %tmp6 = extractelement <8 x float> %tmp5, i32 0 42 store float %tmp6, float* %C 54 %tmp6 = bitcast <8 x i32> %tmp5 to <8 x float> 55 %tmp7 = extractelement <8 x float> %tmp6, i32 0
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_estimator_mips.c | 34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in WebRtcIsacfix_PCorr2Q32() local 79 [tmp4] "=&r" (tmp4), [tmp5] "=&r" (tmp5), [tmp6] "=&r" (tmp6), in WebRtcIsacfix_PCorr2Q32() 105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in WebRtcIsacfix_PCorr2Q32() local 171 [tmp4] "=&r" (tmp4), [tmp5] "=&r" (tmp5), [tmp6] "=&r" (tmp6), in WebRtcIsacfix_PCorr2Q32()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-uxtb.ll | 47 %tmp6 = and i32 %tmp1, 16711935 ; <i32> [#uses=1] 48 ret i32 %tmp6 74 %tmp6 = or i32 %tmp2, %tmp5 ; <i32> [#uses=1] 75 ret i32 %tmp6 89 %tmp6 = or i32 %tmp2, %tmp5 ; <i32> [#uses=1] 90 ret i32 %tmp6 103 %tmp6 = or i32 %tmp2, %tmp5 ; <i32> [#uses=1] 104 ret i32 %tmp6 117 %tmp6 = or i32 %tmp5, %tmp1 ; <i32> [#uses=1] 118 ret i32 %tmp6
|