/external/webrtc/src/common_audio/signal_processing/ |
D | resample_by_2_internal.c | 34 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_DownBy2IntToShort() local 42 tmp0 = in[i << 1]; in WebRtcSpl_DownBy2IntToShort() 43 diff = tmp0 - state[1]; in WebRtcSpl_DownBy2IntToShort() 47 state[0] = tmp0; in WebRtcSpl_DownBy2IntToShort() 53 tmp0 = state[1] + diff * kResampleAllpass[1][1]; in WebRtcSpl_DownBy2IntToShort() 55 diff = tmp0 - state[3]; in WebRtcSpl_DownBy2IntToShort() 61 state[2] = tmp0; in WebRtcSpl_DownBy2IntToShort() 72 tmp0 = in[i << 1]; in WebRtcSpl_DownBy2IntToShort() 73 diff = tmp0 - state[5]; in WebRtcSpl_DownBy2IntToShort() 77 state[4] = tmp0; in WebRtcSpl_DownBy2IntToShort() [all …]
|
/external/aac/libFDK/src/arm/ |
D | scale_arm.cpp | 116 FIXP_DBL tmp0 = mySpec[0]; in scaleValuesWithFactor() local 120 tmp0 = fMultDiv2(tmp0, factor); in scaleValuesWithFactor() 124 tmp0 <<= shift; in scaleValuesWithFactor() 128 *mySpec++ = tmp0; in scaleValuesWithFactor() 135 FIXP_DBL tmp0 = mySpec[0]; in scaleValuesWithFactor() local 136 tmp0 = fMultDiv2(tmp0, factor); in scaleValuesWithFactor() 137 tmp0 <<= shift; in scaleValuesWithFactor() 138 *mySpec++ = tmp0; in scaleValuesWithFactor() 146 FIXP_DBL tmp0 = mySpec[0]; in scaleValuesWithFactor() local 150 tmp0 = fMultDiv2(tmp0, factor); in scaleValuesWithFactor() [all …]
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtengine.c | 80 EAS_I32 tmp0; in WT_VoiceGain() local 109 tmp0 = *pInputBuffer++; in WT_VoiceGain() 115 tmp2 *= tmp0; in WT_VoiceGain() 127 tmp0 = tmp2 * gainLeft; in WT_VoiceGain() 129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS; in WT_VoiceGain() 130 tmp1 += tmp0; in WT_VoiceGain() 137 tmp0 = tmp2 * gainRight; in WT_VoiceGain() 139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS; in WT_VoiceGain() 140 tmp1 += tmp0; in WT_VoiceGain() 422 EAS_I32 tmp0; in WT_NoiseGenerator() local [all …]
|
D | ARM-E_voice_gain_gnu.s | 45 tmp0 .req r4 label 85 LDR tmp0, [pWTFrame, #m_prevGain] 92 SMULBB gainLeft, tmp0, gainLeft 100 SMULBB gainRight, tmp0, gainRight 107 LDRSH tmp0, [pInputBuffer], #2 114 SMLAWB tmp1, gainLeft, tmp0, tmp1 122 SMLAWB tmp2, gainRight, tmp0, tmp2 126 LDRGTSH tmp0, [pInputBuffer], #2 146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output 150 SMULWB tmp0, gain, tmp0 @ sample * local gain [all …]
|
D | ARM-E_interpolate_loop_gnu.s | 45 tmp0 .req r1 @reuse register label 81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end 82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start 85 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0 88 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0 94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0 105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB 107 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB 110 ADD tmp1, tmp0, tmp1, ASR #(NUM_EG1_FRAC_BITS-6) @ tmp1 = tmp0 + (tmp1 >> (15-6))
|
D | ARM-E_interpolate_noloop_gnu.s | 49 tmp0 .req r1 @ reuse register label 77 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0 80 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0 86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0 97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB 99 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB 102 ADD tmp1, tmp0, tmp1, ASR #(NUM_EG1_FRAC_BITS-6) @ tmp1 = tmp0 + (tmp1 >> (15-6))
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_wtengine.c | 80 EAS_I32 tmp0; in WT_VoiceGain() local 109 tmp0 = *pInputBuffer++; in WT_VoiceGain() 115 tmp2 *= tmp0; in WT_VoiceGain() 127 tmp0 = tmp2 * gainLeft; in WT_VoiceGain() 129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS; in WT_VoiceGain() 130 tmp1 += tmp0; in WT_VoiceGain() 137 tmp0 = tmp2 * gainRight; in WT_VoiceGain() 139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS; in WT_VoiceGain() 140 tmp1 += tmp0; in WT_VoiceGain() 422 EAS_I32 tmp0; in WT_NoiseGenerator() local [all …]
|
D | ARM-E_voice_gain_gnu.s | 45 tmp0 .req r4 label 85 LDR tmp0, [pWTFrame, #m_prevGain] 92 SMULBB gainLeft, tmp0, gainLeft 100 SMULBB gainRight, tmp0, gainRight 107 LDRSH tmp0, [pInputBuffer], #2 114 SMLAWB tmp1, gainLeft, tmp0, tmp1 122 SMLAWB tmp2, gainRight, tmp0, tmp2 126 LDRGTSH tmp0, [pInputBuffer], #2 146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output 150 SMULWB tmp0, gain, tmp0 @ sample * local gain [all …]
|
D | ARM-E_interpolate_loop_gnu.s | 45 tmp0 .req r1 @reuse register label 81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end 82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start 85 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0 88 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0 94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0 105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB 107 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB 110 ADD tmp1, tmp0, tmp1, ASR #(NUM_EG1_FRAC_BITS-6) @ tmp1 = tmp0 + (tmp1 >> (15-6))
|
D | ARM-E_interpolate_noloop_gnu.s | 49 tmp0 .req r1 @ reuse register label 77 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0 80 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0 86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0 97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB 99 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB 102 ADD tmp1, tmp0, tmp1, ASR #(NUM_EG1_FRAC_BITS-6) @ tmp1 = tmp0 + (tmp1 >> (15-6))
|
/external/jpeg/ |
D | jidctred.c | 122 INT32 tmp0, tmp2, tmp10, tmp12; variable 158 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); 159 tmp0 <<= (CONST_BITS+1); 166 tmp10 = tmp0 + tmp2; 167 tmp12 = tmp0 - tmp2; 176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */ 190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1); 191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1); 220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1); 225 tmp10 = tmp0 + tmp2; [all …]
|
D | jidctint.c | 152 INT32 tmp0, tmp1, tmp2, tmp3; variable 216 tmp0 = (z2 + z3) << CONST_BITS; 219 tmp10 = tmp0 + tmp3; 220 tmp13 = tmp0 - tmp3; 228 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]); 233 z1 = tmp0 + tmp3; 235 z3 = tmp0 + tmp2; 239 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 251 tmp0 += z1 + z3; 264 wsptr[DCTSIZE*3] = (int) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS); [all …]
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jidctred.c | 123 INT32 tmp0, tmp2, tmp10, tmp12; variable 159 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); 160 tmp0 <<= (CONST_BITS+1); 167 tmp10 = tmp0 + tmp2; 168 tmp12 = tmp0 - tmp2; 177 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */ 191 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1); 192 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1); 221 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1); 226 tmp10 = tmp0 + tmp2; [all …]
|
D | fpdfapi_jidctint.c | 153 INT32 tmp0, tmp1, tmp2, tmp3; variable 217 tmp0 = (z2 + z3) << CONST_BITS; 220 tmp10 = tmp0 + tmp3; 221 tmp13 = tmp0 - tmp3; 229 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]); 234 z1 = tmp0 + tmp3; 236 z3 = tmp0 + tmp2; 240 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 252 tmp0 += z1 + z3; 265 wsptr[DCTSIZE*3] = (int) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS); [all …]
|
/external/llvm/test/CodeGen/R600/ |
D | operand-folding.ll | 7 %tmp0 = icmp ne i32 %fold, 0 8 br i1 %tmp0, label %if, label %endif 26 %tmp0 = icmp ne i32 %cmp, 0 27 br i1 %tmp0, label %if, label %endif 51 %tmp0 = add i64 %val, 1 52 store i64 %tmp0, i64 addrspace(1)* %out 66 %tmp0 = call i32 @llvm.r600.read.tidig.x() 67 %tmp1 = add i32 %tmp0, 1 68 %tmp2 = add i32 %tmp0, 2 69 %tmp3 = add i32 %tmp0, 3 [all …]
|
D | extload-private.ll | 8 %tmp0 = alloca i8 9 %tmp1 = load i8, i8* %tmp0 19 %tmp0 = alloca i8 20 %tmp1 = load i8, i8* %tmp0 30 %tmp0 = alloca i16 31 %tmp1 = load i16, i16* %tmp0 41 %tmp0 = alloca i16 42 %tmp1 = load i16, i16* %tmp0
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
D | Intersection.java | 93 Vector3f tmp0 = vars.vect1, in intersect() local 109 v1.subtract(center, tmp0); in intersect() 114 tmp1.subtract(tmp0, e0); // tri edge 0 in intersect() 116 tmp0.subtract(tmp2, e2); // tri edge 2 in intersect() 129 p0 = e0.z * tmp0.y - e0.y * tmp0.z; in intersect() 140 p0 = -e0.z * tmp0.x + e0.x * tmp0.z; in intersect() 166 p0 = e1.z * tmp0.y - e1.y * tmp0.z; in intersect() 177 p0 = -e1.z * tmp0.x + e1.x * tmp0.z; in intersect() 188 p0 = e1.y * tmp0.x - e1.x * tmp0.y; in intersect() 203 p0 = e2.z * tmp0.y - e2.y * tmp0.z; in intersect() [all …]
|
/external/libmpeg2/common/x86/ |
D | impeg2_inter_pred_sse42_intr.c | 480 __m128i tmp0, tmp1; in impeg2_mc_halfx_halfy_8x8_sse42() local 498 tmp0 = _mm_add_epi16(src_r0, src_r0_1); //Row 0 horizontal interpolation in impeg2_mc_halfx_halfy_8x8_sse42() 500 tmp0 = _mm_add_epi16(tmp0, tmp1); //Row 0 vertical interpolation in impeg2_mc_halfx_halfy_8x8_sse42() 501 tmp0 = _mm_add_epi16(tmp0, value_2); in impeg2_mc_halfx_halfy_8x8_sse42() 502 tmp0 = _mm_srli_epi16(tmp0, 2); in impeg2_mc_halfx_halfy_8x8_sse42() 503 tmp0 = _mm_packus_epi16(tmp0, value_2); in impeg2_mc_halfx_halfy_8x8_sse42() 505 _mm_storel_epi64((__m128i *)out, tmp0); in impeg2_mc_halfx_halfy_8x8_sse42() 518 tmp0 = _mm_add_epi16(src_r0, src_r0_1); //Row 2 horizontal interpolation in impeg2_mc_halfx_halfy_8x8_sse42() 519 tmp1 = _mm_add_epi16(tmp0, tmp1); //Row 1 vertical interpolation in impeg2_mc_halfx_halfy_8x8_sse42() 539 tmp0 = _mm_add_epi16(tmp0, tmp1); //Row 2 vertical interpolation in impeg2_mc_halfx_halfy_8x8_sse42() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | vst1.ll | 15 %tmp0 = bitcast i16* %A to i8* 17 call void @llvm.arm.neon.vst1.v4i16(i8* %tmp0, <4 x i16> %tmp1, i32 1) 24 %tmp0 = bitcast i32* %A to i8* 26 call void @llvm.arm.neon.vst1.v2i32(i8* %tmp0, <2 x i32> %tmp1, i32 1) 33 %tmp0 = bitcast float* %A to i8* 35 call void @llvm.arm.neon.vst1.v2f32(i8* %tmp0, <2 x float> %tmp1, i32 1) 44 %tmp0 = bitcast float* %A to i8* 46 call void @llvm.arm.neon.vst1.v2f32(i8* %tmp0, <2 x float> %tmp1, i32 1) 55 %tmp0 = bitcast i64* %A to i8* 57 call void @llvm.arm.neon.vst1.v1i64(i8* %tmp0, <1 x i64> %tmp1, i32 1) [all …]
|
D | vld1.ll | 17 %tmp0 = bitcast i16* %A to i8* 18 %tmp1 = call <4 x i16> @llvm.arm.neon.vld1.v4i16(i8* %tmp0, i32 1) 27 %tmp0 = bitcast i16* %A to i8* 28 %tmp1 = call <4 x i16> @llvm.arm.neon.vld1.v4i16(i8* %tmp0, i32 1) 37 %tmp0 = bitcast i32* %A to i8* 38 %tmp1 = call <2 x i32> @llvm.arm.neon.vld1.v2i32(i8* %tmp0, i32 1) 47 %tmp0 = bitcast i32* %A to i8* 48 %tmp1 = call <2 x i32> @llvm.arm.neon.vld1.v2i32(i8* %tmp0, i32 1) 57 %tmp0 = bitcast float* %A to i8* 58 %tmp1 = call <2 x float> @llvm.arm.neon.vld1.v2f32(i8* %tmp0, i32 1) [all …]
|
D | vlddup.ll | 36 %tmp0 = load float, float* %A 37 %tmp1 = insertelement <2 x float> undef, float %tmp0, i32 0 55 %tmp0 = load float, float* %A 56 %tmp1 = insertelement <4 x float> undef, float %tmp0, i32 0 69 …%tmp0 = tail call %struct.__neon_int8x8x2_t @llvm.arm.neon.vld2lane.v8i8(i8* %A, <8 x i8> undef, <… 70 %tmp1 = extractvalue %struct.__neon_int8x8x2_t %tmp0, 0 72 %tmp3 = extractvalue %struct.__neon_int8x8x2_t %tmp0, 1 83 …%tmp0 = tail call %struct.__neon_int4x16x2_t @llvm.arm.neon.vld2lane.v4i16(i8* %A, <4 x i16> undef… 84 %tmp1 = extractvalue %struct.__neon_int4x16x2_t %tmp0, 0 86 %tmp3 = extractvalue %struct.__neon_int4x16x2_t %tmp0, 1 [all …]
|
D | vst3.ll | 16 %tmp0 = bitcast i16* %A to i8* 18 …call void @llvm.arm.neon.vst3.v4i16(i8* %tmp0, <4 x i16> %tmp1, <4 x i16> %tmp1, <4 x i16> %tmp1, … 25 %tmp0 = bitcast i32* %A to i8* 27 …call void @llvm.arm.neon.vst3.v2i32(i8* %tmp0, <2 x i32> %tmp1, <2 x i32> %tmp1, <2 x i32> %tmp1, … 36 %tmp0 = bitcast i32* %A to i8* 38 …call void @llvm.arm.neon.vst3.v2i32(i8* %tmp0, <2 x i32> %tmp1, <2 x i32> %tmp1, <2 x i32> %tmp1, … 47 %tmp0 = bitcast float* %A to i8* 49 …call void @llvm.arm.neon.vst3.v2f32(i8* %tmp0, <2 x float> %tmp1, <2 x float> %tmp1, <2 x float> %… 58 %tmp0 = bitcast i64* %A to i8* 60 …call void @llvm.arm.neon.vst3.v1i64(i8* %tmp0, <1 x i64> %tmp1, <1 x i64> %tmp1, <1 x i64> %tmp1, … [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 461 LLVMValueRef tmp0, tmp1; in lp_emit_instruction_aos() local 504 tmp0 = lp_build_emit_llvm_unary(&bld->bld_base, TGSI_OPCODE_ABS, src0); in lp_emit_instruction_aos() 505 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0); in lp_emit_instruction_aos() 553 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_LESS, src0, src1); in lp_emit_instruction_aos() 554 …dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); in lp_emit_instruction_aos() 561 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GEQUAL, src0, src1); in lp_emit_instruction_aos() 562 …dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); in lp_emit_instruction_aos() 570 tmp0 = lp_build_mul(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos() 571 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2); in lp_emit_instruction_aos() 584 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2); in lp_emit_instruction_aos() [all …]
|
/external/llvm/test/Transforms/ObjCARC/ |
D | tail-call-invariant-enforcement.ll | 13 ; CHECK: %tmp0 = call i8* @objc_autorelease(i8* %x) [[NUW]] 18 %tmp0 = call i8* @objc_autorelease(i8* %x) 27 ; CHECK: %tmp0 = tail call i8* @objc_autoreleaseReturnValue(i8* %x) [[NUW]] 32 %tmp0 = call i8* @objc_autoreleaseReturnValue(i8* %x) 40 ; CHECK: %tmp0 = tail call i8* @objc_retain(i8* %x) [[NUW]] 45 %tmp0 = call i8* @objc_retain(i8* %x) 52 ; CHECK: %tmp0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %y) [[NUW]] 58 %tmp0 = call i8* @objc_retainAutoreleasedReturnValue(i8* %y) 80 ; CHECK: %tmp0 = call i8* @objc_autorelease(i8* %x) [[NUW]] 84 %tmp0 = tail call i8* @objc_autoreleaseReturnValue(i8* %x) [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 123 int tmp0, colorTemp; /**< temp registers */ member 180 int tmp0; in aa_transform_inst() local 187 if (aactx->tmp0 < 0) in aa_transform_inst() 188 aactx->tmp0 = i; in aa_transform_inst() 196 assert(aactx->colorTemp != aactx->tmp0); in aa_transform_inst() 198 tmp0 = aactx->tmp0; in aa_transform_inst() 217 decl.Range.Last = tmp0; in aa_transform_inst() 244 newInst.Dst[0].Register.Index = tmp0; in aa_transform_inst() 258 newInst.Dst[0].Register.Index = tmp0; in aa_transform_inst() 262 newInst.Src[0].Register.Index = tmp0; in aa_transform_inst() [all …]
|