/external/webp/src/dsp/ |
D | dec_mips_dsp_r2.c | 57 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformAC3() local 71 CONVERT_2_BYTES_TO_HALF(temp13, temp14, temp3, temp15, temp5, temp16, in TransformAC3() 75 STORE_SAT_SUM_X2(temp13, temp14, temp3, temp15, temp5, temp16, temp11, in TransformAC3() 88 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformOne() local 96 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14, in TransformOne() 98 temp13, temp11, temp14, temp12) in TransformOne() 107 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17, in TransformOne() 108 temp12, temp14, temp11, temp13, temp17, temp18, temp9, temp10, in TransformOne() 110 INSERT_HALF_X2(temp11, temp12, temp13, temp14) in TransformOne() 117 SRA_16(temp13, temp14, temp15, temp16, temp3, temp4, temp17, temp8) in TransformOne() [all …]
|
D | enc_mips_dsp_r2.c | 71 [temp11]"=&r"(temp11), [temp12]"=&r"(temp12), [temp13]"=&r"(temp13), \ 149 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPSdspR2() local 158 HORIZONTAL_PASS(3, temp12, temp13, temp14, temp15) in FTransform_MIPSdspR2() 161 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13) in FTransform_MIPSdspR2() 177 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in ITransformOne() local 185 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14, in ITransformOne() 187 temp13, temp11, temp14, temp12) in ITransformOne() 196 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17, in ITransformOne() 197 temp12, temp14, temp11, temp13, temp17, temp18, temp9, temp10, in ITransformOne() 199 INSERT_HALF_X2(temp11, temp12, temp13, temp14) in ITransformOne() [all …]
|
D | enc_mips32.c | 120 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; in ITransformOne_MIPS32() local 129 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15) in ITransformOne_MIPS32() 132 HORIZONTAL_PASS(1, temp1, temp5, temp9, temp13) in ITransformOne_MIPS32() 140 [temp12]"=&r"(temp12), [temp13]"=&r"(temp13), [temp14]"=&r"(temp14), in ITransformOne_MIPS32() 485 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPS32() local 496 HORIZONTAL_PASS(3, temp12, temp13, temp14, temp15) in FTransform_MIPS32() 499 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13) in FTransform_MIPS32() 507 [temp12]"=&r"(temp12), [temp13]"=&r"(temp13), [temp14]"=&r"(temp14), in FTransform_MIPS32()
|
D | dec_mips32.c | 221 int temp10, temp11, temp12, temp13, temp14; in TransformOne() local 543 [temp12]"=&r"(temp12), [temp13]"=&r"(temp13), [temp14]"=&r"(temp14), in TransformOne()
|
D | mips_macro.h | 196 [temp11]"=&r"(temp11), [temp12]"=&r"(temp12), [temp13]"=&r"(temp13), \
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_polyphase.c | 49 WORD32 temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18, temp19, temp110, in ixheaacd_fft32() local 249 temp13 = ixheaacd_add32_sat(temp33, temp319); in ixheaacd_fft32() 269 tmp5 = ixheaacd_add32_sat(temp13, temp111); in ixheaacd_fft32() 270 tmp7 = ixheaacd_sub32_sat(temp13, temp111); in ixheaacd_fft32() 306 temp13 = ixheaacd_sub32_sat(temp33, temp319); in ixheaacd_fft32() 339 tmp8 = ixheaacd_mult32x16in32_shl(ixheaacd_add32_sat(temp13, temp115), COS_3PI_BY_8_Q15); in ixheaacd_fft32() 340 tmp11 = ixheaacd_mult32x16in32_shl(ixheaacd_sub32_sat(temp13, temp115), COS_PI_BY_8_Q15); in ixheaacd_fft32() 352 temp13 = ixheaacd_sub32_sat(ixheaacd_shl32(ixheaacd_mult32x16in32(tmp9, SQRT2PLUS1_Q13), 3), in ixheaacd_fft32() 389 tmp13 = ixheaacd_add32_sat(temp13, temp15); in ixheaacd_fft32() 390 tmp15 = ixheaacd_sub32_sat(temp13, temp15); in ixheaacd_fft32() [all …]
|
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_ssse3.c | 396 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, in ih264_iquant_itrans_recon_8x8_ssse3() local 664 temp13 = _mm_srai_epi32(resq_r7_2, 1); in ih264_iquant_itrans_recon_8x8_ssse3() 666 temp10 = _mm_sub_epi32(temp12, temp13); in ih264_iquant_itrans_recon_8x8_ssse3() 674 temp13 = _mm_srai_epi32(resq_r3_2, 1); in ih264_iquant_itrans_recon_8x8_ssse3() 676 temp12 = _mm_sub_epi32(temp12, temp13); in ih264_iquant_itrans_recon_8x8_ssse3() 850 temp13 = _mm_srai_epi32(resq_r7_2, 1); in ih264_iquant_itrans_recon_8x8_ssse3() 852 temp10 = _mm_sub_epi32(temp12, temp13); in ih264_iquant_itrans_recon_8x8_ssse3() 860 temp13 = _mm_srai_epi32(resq_r3_2, 1); in ih264_iquant_itrans_recon_8x8_ssse3() 862 temp12 = _mm_sub_epi32(temp12, temp13); in ih264_iquant_itrans_recon_8x8_ssse3()
|
/external/libavc/common/x86/svc/ |
D | isvc_iquant_itrans_recon_ssse3.c | 457 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18, temp19, temp20; in isvc_iquant_itrans_recon_8x8_ssse3() local 892 temp13 = _mm_srai_epi32(resq_r7_2, 1); in isvc_iquant_itrans_recon_8x8_ssse3() 894 temp10 = _mm_sub_epi32(temp12, temp13); in isvc_iquant_itrans_recon_8x8_ssse3() 902 temp13 = _mm_srai_epi32(resq_r3_2, 1); in isvc_iquant_itrans_recon_8x8_ssse3() 904 temp12 = _mm_sub_epi32(temp12, temp13); in isvc_iquant_itrans_recon_8x8_ssse3() 1102 temp13 = _mm_srai_epi32(resq_r7_2, 1); in isvc_iquant_itrans_recon_8x8_ssse3() 1104 temp10 = _mm_sub_epi32(temp12, temp13); in isvc_iquant_itrans_recon_8x8_ssse3() 1112 temp13 = _mm_srai_epi32(resq_r3_2, 1); in isvc_iquant_itrans_recon_8x8_ssse3() 1114 temp12 = _mm_sub_epi32(temp12, temp13); in isvc_iquant_itrans_recon_8x8_ssse3()
|
/external/libavc/decoder/x86/svc/ |
D | isvcd_iquant_itrans_sse42.c | 508 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18, temp19, temp20; in isvcd_iquant_itrans_8x8_sse42() local 869 temp13 = _mm_srai_epi32(resq_r7_2, 1); in isvcd_iquant_itrans_8x8_sse42() 871 temp10 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_8x8_sse42() 879 temp13 = _mm_srai_epi32(resq_r3_2, 1); in isvcd_iquant_itrans_8x8_sse42() 881 temp12 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_8x8_sse42() 1026 temp13 = _mm_srai_epi32(resq_r7_2, 1); in isvcd_iquant_itrans_8x8_sse42() 1028 temp10 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_8x8_sse42() 1036 temp13 = _mm_srai_epi32(resq_r3_2, 1); in isvcd_iquant_itrans_8x8_sse42() 1038 temp12 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_8x8_sse42()
|
D | isvcd_iquant_itrans_residual_sse42.c | 353 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18, temp19, temp20; in isvcd_iquant_itrans_residual_8x8_sse42() local 689 temp13 = _mm_srai_epi32(resq_r7_2, 1); in isvcd_iquant_itrans_residual_8x8_sse42() 691 temp10 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_residual_8x8_sse42() 699 temp13 = _mm_srai_epi32(resq_r3_2, 1); in isvcd_iquant_itrans_residual_8x8_sse42() 701 temp12 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_residual_8x8_sse42() 859 temp13 = _mm_srai_epi32(resq_r7_2, 1); in isvcd_iquant_itrans_residual_8x8_sse42() 861 temp10 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_residual_8x8_sse42() 869 temp13 = _mm_srai_epi32(resq_r3_2, 1); in isvcd_iquant_itrans_residual_8x8_sse42() 871 temp12 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_residual_8x8_sse42()
|
D | isvcd_iquant_itrans_residual_recon_sse42.c | 378 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18, temp19, temp20; in isvcd_iquant_itrans_residual_recon_8x8_sse42() local 741 temp13 = _mm_srai_epi32(resq_r7_2, 1); in isvcd_iquant_itrans_residual_recon_8x8_sse42() 743 temp10 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_residual_recon_8x8_sse42() 751 temp13 = _mm_srai_epi32(resq_r3_2, 1); in isvcd_iquant_itrans_residual_recon_8x8_sse42() 753 temp12 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_residual_recon_8x8_sse42() 952 temp13 = _mm_srai_epi32(resq_r7_2, 1); in isvcd_iquant_itrans_residual_recon_8x8_sse42() 954 temp10 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_residual_recon_8x8_sse42() 962 temp13 = _mm_srai_epi32(resq_r3_2, 1); in isvcd_iquant_itrans_residual_recon_8x8_sse42() 964 temp12 = _mm_sub_epi32(temp12, temp13); in isvcd_iquant_itrans_residual_recon_8x8_sse42()
|
/external/libhevc/common/x86/ |
D | ihevc_intra_pred_filters_sse42_intr.c | 2789 __m128i temp11, temp12, temp13, temp14; in ihevc_intra_pred_luma_mode_19_to_25_sse42() local 2891 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 2980 src_values2 = _mm_maddubs_epi16(src_values2, temp13); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 2984 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3095 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3184 src_values2 = _mm_maddubs_epi16(src_values2, temp13); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3188 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3304 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3334 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3551 __m128i temp11, temp12, temp13, temp14; in ihevc_intra_pred_luma_mode_27_to_33_sse42() local [all …]
|
D | ihevc_intra_pred_filters_ssse3_intr.c | 3712 __m128i temp11, temp12, temp13, temp14; in ihevc_intra_pred_luma_mode_19_to_25_ssse3() local 3813 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 3902 src_values2 = _mm_maddubs_epi16(src_values2, temp13); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 3906 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4017 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4106 src_values2 = _mm_maddubs_epi16(src_values2, temp13); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4110 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4226 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4256 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4477 __m128i temp11, temp12, temp13, temp14; in ihevc_intra_pred_luma_mode_27_to_33_ssse3() local [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | si-sgpr-spill.ll | 1170 %temp13.0 = phi float [ %tmp464, %IF198 ], [ %tmp456, %IF189 ] 1241 %tmp533 = fmul float %temp13.0, %tmp530 1503 %tmp746 = fmul float %temp13.0, %tmp216
|