Home
last modified time | relevance | path

Searched refs:temp8 (Results 1 – 18 of 18) sorted by relevance

/external/webp/src/dsp/
Ddec_mips_dsp_r2.c27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; in TransformDC() local
38 CONVERT_2_BYTES_TO_HALF(temp6, temp7, temp8, temp9, temp10, temp1, temp2, in TransformDC()
40 STORE_SAT_SUM_X2(temp6, temp7, temp8, temp9, temp10, temp1, temp2, temp3, in TransformDC()
56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in TransformAC3() local
65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4, in TransformAC3()
73 PACK_2_HALVES_TO_WORD(temp12, temp18, temp7, temp6, temp1, temp8, temp2, in TransformAC3()
76 temp17, temp12, temp18, temp1, temp8, temp2, temp4, in TransformAC3()
87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in TransformOne() local
96 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14, in TransformOne()
97 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6, in TransformOne()
[all …]
Denc_mips_dsp_r2.c147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local
156 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11) in FTransform()
159 VERTICAL_PASS(0, 8, 16, 24, temp0, temp4, temp8, temp12) in FTransform()
175 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in ITransformOne() local
184 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14, in ITransformOne()
185 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6, in ITransformOne()
187 INSERT_HALF_X2(temp8, temp7, temp10, temp9) in ITransformOne()
190 ADD_SUB_HALVES(temp1, temp2, temp3, temp8) in ITransformOne()
192 ADD_SUB_HALVES(temp7, temp8, temp17, temp18) in ITransformOne()
199 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in ITransformOne()
[all …]
Denc_mips32.c119 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; in ITransformOne() local
126 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7) in ITransformOne()
127 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11) in ITransformOne()
130 HORIZONTAL_PASS(0, temp0, temp4, temp8, temp12) in ITransformOne()
137 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in ITransformOne()
367 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in Disto4x4() local
388 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in Disto4x4()
482 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local
493 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11) in FTransform()
496 VERTICAL_PASS(0, 8, 16, 24, temp0, temp4, temp8, temp12) in FTransform()
[all …]
Drescaler_mips_dsp_r2.c43 int temp8, temp9, temp10, temp11; in ExportRowShrink() local
100 [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), in ExportRowShrink()
226 int temp8, temp9, temp10, temp11; in ExportRowExpand() local
279 [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), in ExportRowExpand()
Ddec_mips32.c220 int temp5, temp6, temp7, temp8, temp9; in TransformOne() local
541 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in TransformOne()
Dmips_macro.h191 [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), \
/external/libavc/common/x86/
Dih264_iquant_itrans_recon_ssse3.c395 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in ih264_iquant_itrans_recon_8x8_ssse3() local
695 temp8 = _mm_add_epi32(resq_r3_1, resq_r5_1); //w3+w5 in ih264_iquant_itrans_recon_8x8_ssse3()
697 temp8 = _mm_add_epi32(temp8, resq_r1_1); //w3+w5+w1 in ih264_iquant_itrans_recon_8x8_ssse3()
701 temp8 = _mm_add_epi32(temp8, temp17); //w3+w5+w1+(w1>>1) in ih264_iquant_itrans_recon_8x8_ssse3()
703 temp8 = _mm_packs_epi32(temp8, temp16); in ih264_iquant_itrans_recon_8x8_ssse3()
709 resq_r1_1 = _mm_srai_epi16(temp8, 2); in ih264_iquant_itrans_recon_8x8_ssse3()
725 resq_r7_1 = _mm_sub_epi16(temp8, resq_r7_1); in ih264_iquant_itrans_recon_8x8_ssse3()
743 temp8 = _mm_sub_epi16(resq_r0_1, resq_r7_1); in ih264_iquant_itrans_recon_8x8_ssse3()
768 temp19 = _mm_unpacklo_epi16(temp7, temp8); //a6 a7 b6 b7 c6 c7 d6 d7 in ih264_iquant_itrans_recon_8x8_ssse3()
770 temp20 = _mm_unpackhi_epi16(temp7, temp8); //e6 e7 f6 f7 g6 g7 h6 h7 in ih264_iquant_itrans_recon_8x8_ssse3()
[all …]
Dih264_iquant_itrans_recon_dc_ssse3.c245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8; in ih264_iquant_itrans_recon_8x8_dc_ssse3() local
302 temp8 = _mm_add_epi16(value_add, pred_r7); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
319 sign_reg = _mm_cmpgt_epi16(temp8, zero_8x16b); // sign check in ih264_iquant_itrans_recon_8x8_dc_ssse3()
320 temp8 = _mm_and_si128(temp8, sign_reg); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
329 temp8 = _mm_packus_epi16(temp8, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
338 _mm_storel_epi64((__m128i *)(&pu1_out[7 * out_strd]), temp8); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
/external/llvm/test/Transforms/StructurizeCFG/
Dnested-loop-order.ll13 %temp8.0.ph = phi float [ 0.000000e+00, %main_body ], [ %tmp35, %ENDIF28 ]
31 %temp8.1 = phi float [ %temp8.0.ph, %LOOP ], [ %temp8.0.ph, %IF29 ], [ %tmp35, %ENDIF28 ]
61 %tmp35 = fadd float %temp8.0.ph, 1.0
/external/llvm/test/CodeGen/AMDGPU/
Dr600cfg.ll20 %temp8.0 = phi float [ 0.000000e+00, %main_body ], [ %38, %LOOP47 ]
32 %17 = insertelement <4 x float> %16, float %temp8.0, i32 1
37 %21 = insertelement <4 x float> %20, float %temp8.0, i32 1
42 %25 = insertelement <4 x float> %24, float %temp8.0, i32 1
52 %33 = insertelement <4 x float> %32, float %temp8.0, i32 1
59 %36 = bitcast float %temp8.0 to i32
Dschedule-fs-loop.ll22 %temp8.0 = phi float [ 0.000000e+00, %main_body ], [ %27, %ENDIF ]
23 %10 = bitcast float %temp8.0 to i32
45 %25 = bitcast float %temp8.0 to i32
Dsgpr-copy.ll127 %temp8.0 = phi float [ %97, %IF25 ], [ %36, %ENDIF ]
131 %101 = fmul float %33, %temp8.0
133 %103 = fmul float %34, %temp8.0
135 %105 = fmul float %35, %temp8.0
172 %temp8.0 = phi float [ 0.000000e+00, %main_body ], [ %37, %ENDIF ]
173 %29 = bitcast float %temp8.0 to i32
186 %35 = bitcast float %temp8.0 to i32
Dschedule-if-2.ll36 %temp8.0 = select i1 %25, float 0x36A0000000000000, float 0.000000e+00
39 %28 = bitcast float %temp8.0 to i32
/external/libvpx/libvpx/vp8/common/mips/msa/
Dpostproc_msa.c70 v8i16 temp5, temp6, temp7, temp8, temp9; \
77 ILVRL_W2_SH(temp5, temp4, temp8, temp9); \
86 out4 = (v16u8)temp8; \
125 v8i16 temp5, temp6, temp7, temp8, temp9; \
137 ILVRL_H2_SH(temp5, temp4, temp8, temp9); \
138 ILVRL_W2_SH(temp8, temp6, temp4, temp5); \
140 ILVL_B2_SH(in1, in0, in3, in2, temp8, temp9); \
150 ILVR_H4_SH(temp9, temp8, temp1, temp0, temp3, temp2, temp5, temp4, \
151 temp6, temp7, temp8, temp9); \
152 ILVR_W2_SH(temp7, temp6, temp9, temp8, temp0, temp1); \
[all …]
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_mips.c529 uint16_t* temp8; in WebRtcAecm_StoreAdaptiveChannel_mips() local
533 temp8 = (uint16_t*)(&far_spectrum[0]); in WebRtcAecm_StoreAdaptiveChannel_mips()
562 [temp1] "+r" (temp1), [temp8] "+r" (temp8), [temp7] "+r" (temp7) in WebRtcAecm_StoreAdaptiveChannel_mips()
842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in WebRtcAecm_ProcessBlock() local
1100 [temp7] "=&r" (temp7), [temp8] "=&r" (temp8), [ptr1] "+r" (ptr1) in WebRtcAecm_ProcessBlock()
/external/libhevc/common/x86/
Dihevc_chroma_intra_pred_filters_ssse3_intr.c560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in ihevc_intra_pred_chroma_horz_ssse3() local
577 temp8 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 3)]); in ihevc_intra_pred_chroma_horz_ssse3()
582 temp8 = _mm_unpacklo_epi8(temp7, temp8); in ihevc_intra_pred_chroma_horz_ssse3()
587 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 3) * dst_strd)), temp8); in ihevc_intra_pred_chroma_horz_ssse3()
605 temp8 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 3)]); in ihevc_intra_pred_chroma_horz_ssse3()
610 temp8 = _mm_unpacklo_epi8(temp7, temp8); in ihevc_intra_pred_chroma_horz_ssse3()
621 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 3) * dst_strd) + 0), temp8); in ihevc_intra_pred_chroma_horz_ssse3()
622 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 3) * dst_strd) + 16), temp8); in ihevc_intra_pred_chroma_horz_ssse3()
639 temp8 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * 3]); in ihevc_intra_pred_chroma_horz_ssse3()
644 temp8 = _mm_unpacklo_epi8(temp7, temp8); in ihevc_intra_pred_chroma_horz_ssse3()
[all …]
Dihevc_32x32_itrans_recon_sse42_intr.c200 __m128i temp5, temp6, temp7, temp8; in ihevc_itrans_recon_32x32_sse42() local
773 temp8 = m_temp_reg_35; in ihevc_itrans_recon_32x32_sse42()
946 m_temp_reg_34 = _mm_add_epi32(temp8, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
947 m_temp_reg_35 = _mm_sub_epi32(temp8, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
1282 temp8 = _mm_sub_epi32(m_temp_reg_35, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42()
1577 m_temp_reg_34 = _mm_add_epi32(temp8, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
1578 m_temp_reg_35 = _mm_sub_epi32(temp8, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42()
4075 temp8 = _mm_sub_epi32(m_temp_reg_14, m_temp_reg_93); /* ee[12] */ in ihevc_itrans_recon_32x32_sse42()
4417 m_temp_reg_31 = _mm_add_epi32(temp8, m_temp_reg_20); in ihevc_itrans_recon_32x32_sse42()
4418 m_temp_reg_30 = _mm_sub_epi32(temp8, m_temp_reg_20); in ihevc_itrans_recon_32x32_sse42()
[all …]
Dihevc_itrans_recon_32x32_ssse3_intr.c208 __m128i temp5, temp6, temp7, temp8; in ihevc_itrans_recon_32x32_ssse3() local
784 temp8 = m_temp_reg_35; in ihevc_itrans_recon_32x32_ssse3()
956 m_temp_reg_34 = _mm_add_epi32(temp8, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
957 m_temp_reg_35 = _mm_sub_epi32(temp8, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
1293 temp8 = _mm_sub_epi32(m_temp_reg_35, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3()
1587 m_temp_reg_34 = _mm_add_epi32(temp8, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
1588 m_temp_reg_35 = _mm_sub_epi32(temp8, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3()
4081 temp8 = _mm_sub_epi32(m_temp_reg_14, m_temp_reg_93); /* ee[12] */ in ihevc_itrans_recon_32x32_ssse3()
4423 m_temp_reg_31 = _mm_add_epi32(temp8, m_temp_reg_20); in ihevc_itrans_recon_32x32_ssse3()
4424 m_temp_reg_30 = _mm_sub_epi32(temp8, m_temp_reg_20); in ihevc_itrans_recon_32x32_ssse3()
[all …]