/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_sse42.c | 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_sse42() local 141 …temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_sse42() 151 temp6 = _mm_madd_epi16(src_r2, temp6); in ih264_iquant_itrans_recon_4x4_sse42() 157 resq_r2 = _mm_slli_epi32(temp6, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_sse42() 162 temp6 = _mm_add_epi32(temp6, add_rshift); in ih264_iquant_itrans_recon_4x4_sse42() 166 resq_r2 = _mm_srai_epi32(temp6, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_sse42() 267 temp6 = _mm_sub_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_sse42() 268 temp6 = _mm_add_epi32(temp6, value_32); in ih264_iquant_itrans_recon_4x4_sse42() 269 temp6 = _mm_srai_epi32(temp6, 6); in ih264_iquant_itrans_recon_4x4_sse42() 270 temp6 = _mm_add_epi32(temp6, pred_r2); in ih264_iquant_itrans_recon_4x4_sse42() [all …]
|
D | ih264_iquant_itrans_recon_ssse3.c | 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_ssse3() local 142 …temp6 = _mm_unpacklo_epi16(temp1, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_ssse3() 152 temp6 = _mm_madd_epi16(src_r2, temp6); in ih264_iquant_itrans_recon_4x4_ssse3() 158 resq_r2 = _mm_slli_epi32(temp6, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_ssse3() 163 temp6 = _mm_add_epi32(temp6, add_rshift); in ih264_iquant_itrans_recon_4x4_ssse3() 167 resq_r2 = _mm_srai_epi32(temp6, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_ssse3() 281 temp6 = _mm_sub_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_ssse3() 282 temp6 = _mm_add_epi32(temp6, value_32); in ih264_iquant_itrans_recon_4x4_ssse3() 283 temp6 = _mm_srai_epi32(temp6, 6); in ih264_iquant_itrans_recon_4x4_ssse3() 284 temp6 = _mm_add_epi32(temp6, pred_r2); in ih264_iquant_itrans_recon_4x4_ssse3() [all …]
|
D | ih264_iquant_itrans_recon_dc_ssse3.c | 120 __m128i temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_dc_ssse3() local 159 temp6 = _mm_srli_si128(temp5,4); in ih264_iquant_itrans_recon_4x4_dc_ssse3() 160 temp7 = _mm_srli_si128(temp6,4); in ih264_iquant_itrans_recon_4x4_dc_ssse3() 168 *(pu4_out) = _mm_cvtsi128_si32(temp6); in ih264_iquant_itrans_recon_4x4_dc_ssse3() 245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8; in ih264_iquant_itrans_recon_8x8_dc_ssse3() local 298 temp6 = _mm_add_epi16(value_add, pred_r5); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 315 sign_reg = _mm_cmpgt_epi16(temp6, zero_8x16b); // sign check in ih264_iquant_itrans_recon_8x8_dc_ssse3() 316 temp6 = _mm_and_si128(temp6, sign_reg); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 327 temp6 = _mm_packus_epi16(temp6, zero_8x16b); in ih264_iquant_itrans_recon_8x8_dc_ssse3() 336 _mm_storel_epi64((__m128i *)(&pu1_out[5 * out_strd]), temp6); in ih264_iquant_itrans_recon_8x8_dc_ssse3()
|
D | ih264_deblk_luma_ssse3.c | 104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; in ih264_deblk_luma_vert_bs4_ssse3() local 269 temp6 = _mm_add_epi16(temp2, const_val2_16x8); in ih264_deblk_luma_vert_bs4_ssse3() 273 temp2 = _mm_add_epi16(temp6, temp4); in ih264_deblk_luma_vert_bs4_ssse3() 278 temp6 = _mm_add_epi16(temp6, p0_8x16); in ih264_deblk_luma_vert_bs4_ssse3() 280 temp1 = _mm_add_epi16(temp6, p2_8x16); in ih264_deblk_luma_vert_bs4_ssse3() 300 temp1 = _mm_add_epi16(temp6, const_val2_16x8); in ih264_deblk_luma_vert_bs4_ssse3() 307 temp6 = _mm_slli_epi16(q3_8x16, 1); in ih264_deblk_luma_vert_bs4_ssse3() 311 temp2 = _mm_add_epi16(temp2, temp6); in ih264_deblk_luma_vert_bs4_ssse3() 329 temp6 = _mm_add_epi16(temp2, const_val2_16x8); in ih264_deblk_luma_vert_bs4_ssse3() 333 temp2 = _mm_add_epi16(temp6, temp4); in ih264_deblk_luma_vert_bs4_ssse3() [all …]
|
/external/webp/src/dsp/ |
D | enc_mips32.c | 121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in ITransformOne() local 129 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7) in ITransformOne() 135 HORIZONTAL_PASS(32, 33, 34, 35, temp2, temp6, temp10, temp14) in ITransformOne() 140 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in ITransformOne() 362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in Disto4x4() local 383 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8) in Disto4x4() 477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local 487 HORIZONTAL_PASS(16, 17, 18, 19, temp4, temp5, temp6, temp7) in FTransform() 493 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14) in FTransform() 498 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in FTransform() [all …]
|
D | lossless_mips32.c | 316 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), \ 367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in HistogramAdd() local
|
D | dec_mips32.c | 213 int temp5, temp6, temp7, temp8, temp9; in TransformOne() local 534 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), in TransformOne()
|
/external/llvm/test/CodeGen/R600/ |
D | schedule-fs-loop-nested.ll | 33 %temp6.0 = phi float [ %22, %main_body ], [ %temp6.1, %IF31 ] 48 %32 = call float @llvm.AMDIL.clamp.(float %temp6.0, float 0.000000e+00, float 1.000000e+00) 58 %temp6.1 = phi float [ %temp4.1, %ENDIF30 ], [ %temp6.0, %LOOP ] 59 %temp5.1 = phi float [ %temp6.1, %ENDIF30 ], [ %temp5.0, %LOOP ]
|
D | schedule-fs-loop.ll | 20 %temp5.0 = phi float [ %7, %main_body ], [ %temp6.0, %ENDIF ] 21 %temp6.0 = phi float [ %9, %main_body ], [ %temp4.0, %ENDIF ] 35 %19 = call float @llvm.AMDIL.clamp.(float %temp6.0, float 0.000000e+00, float 1.000000e+00)
|
D | schedule-if-2.ll | 63 %temp6.0 = phi float [ %29, %IF ], [ 0.000000e+00, %ELSE ], [ 0.000000e+00, %IF23 ] 67 %46 = insertelement <4 x float> %45, float %temp6.0, i32 2
|
D | sgpr-copy.ll | 170 %temp5.0 = phi float [ %23, %main_body ], [ %temp6.0, %ENDIF ] 171 %temp6.0 = phi float [ %24, %main_body ], [ %temp4.0, %ENDIF ] 182 …32 15, i32 1, i32 1, i32 0, i32 0, float %temp4.0, float %temp5.0, float %temp6.0, float 1.000000e…
|
/external/webp/src/utils/ |
D | rescaler.c | 202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; in ExportRowMIPS() local 241 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6), in ExportRowMIPS()
|
/external/libhevc/common/x86/ |
D | ihevc_chroma_intra_pred_filters_ssse3_intr.c | 560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in ihevc_intra_pred_chroma_horz_ssse3() local 575 temp6 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 2)]); in ihevc_intra_pred_chroma_horz_ssse3() 581 temp6 = _mm_unpacklo_epi8(temp5, temp6); in ihevc_intra_pred_chroma_horz_ssse3() 586 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 2) * dst_strd)), temp6); in ihevc_intra_pred_chroma_horz_ssse3() 602 temp6 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 2)]); in ihevc_intra_pred_chroma_horz_ssse3() 609 temp6 = _mm_unpacklo_epi8(temp5, temp6); in ihevc_intra_pred_chroma_horz_ssse3() 618 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 2) * dst_strd) + 0), temp6); in ihevc_intra_pred_chroma_horz_ssse3() 619 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 2) * dst_strd) + 16), temp6); in ihevc_intra_pred_chroma_horz_ssse3() 636 temp6 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * 2]); in ihevc_intra_pred_chroma_horz_ssse3() 643 temp6 = _mm_unpacklo_epi8(temp5, temp6); in ihevc_intra_pred_chroma_horz_ssse3() [all …]
|
D | ihevc_itrans_recon_32x32_ssse3_intr.c | 208 __m128i temp5, temp6, temp7, temp8; in ihevc_itrans_recon_32x32_ssse3() local 755 temp6 = m_temp_reg_35; in ihevc_itrans_recon_32x32_ssse3() 990 m_temp_reg_34 = _mm_add_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3() 991 m_temp_reg_35 = _mm_sub_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3() 1256 temp6 = _mm_sub_epi32(m_temp_reg_35, m_temp_reg_31); in ihevc_itrans_recon_32x32_ssse3() 1643 m_temp_reg_34 = _mm_add_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3() 1644 m_temp_reg_35 = _mm_sub_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_ssse3() 4078 temp6 = _mm_sub_epi32(m_temp_reg_16, m_temp_reg_92); /* ee[13] */ in ihevc_itrans_recon_32x32_ssse3() 4449 m_temp_reg_31 = _mm_add_epi32(temp6, m_temp_reg_20); in ihevc_itrans_recon_32x32_ssse3() 4450 m_temp_reg_30 = _mm_sub_epi32(temp6, m_temp_reg_20); in ihevc_itrans_recon_32x32_ssse3() [all …]
|
D | ihevc_32x32_itrans_recon_sse42_intr.c | 200 __m128i temp5, temp6, temp7, temp8; in ihevc_itrans_recon_32x32_sse42() local 744 temp6 = m_temp_reg_35; in ihevc_itrans_recon_32x32_sse42() 980 m_temp_reg_34 = _mm_add_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42() 981 m_temp_reg_35 = _mm_sub_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42() 1245 temp6 = _mm_sub_epi32(m_temp_reg_35, m_temp_reg_31); in ihevc_itrans_recon_32x32_sse42() 1633 m_temp_reg_34 = _mm_add_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42() 1634 m_temp_reg_35 = _mm_sub_epi32(temp6, m_temp_reg_30); in ihevc_itrans_recon_32x32_sse42() 4072 temp6 = _mm_sub_epi32(m_temp_reg_16, m_temp_reg_92); /* ee[13] */ in ihevc_itrans_recon_32x32_sse42() 4443 m_temp_reg_31 = _mm_add_epi32(temp6, m_temp_reg_20); in ihevc_itrans_recon_32x32_sse42() 4444 m_temp_reg_30 = _mm_sub_epi32(temp6, m_temp_reg_20); in ihevc_itrans_recon_32x32_sse42() [all …]
|