/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 919 temp11 = _mm_unpackhi_epi16(temp1, sign_reg); in ih264_iquant_itrans_recon_8x8_ssse3() 921 temp11 = _mm_add_epi32(temp11, value_32); in ih264_iquant_itrans_recon_8x8_ssse3() 923 temp11 = _mm_srai_epi32(temp11, 6); in ih264_iquant_itrans_recon_8x8_ssse3() 924 temp10 = _mm_packs_epi32(temp10, temp11); in ih264_iquant_itrans_recon_8x8_ssse3() 930 temp11 = _mm_unpackhi_epi16(temp2, sign_reg); in ih264_iquant_itrans_recon_8x8_ssse3() 932 temp11 = _mm_add_epi32(temp11, value_32); in ih264_iquant_itrans_recon_8x8_ssse3() 934 temp11 = _mm_srai_epi32(temp11, 6); in ih264_iquant_itrans_recon_8x8_ssse3() 935 temp10 = _mm_packs_epi32(temp10, temp11); in ih264_iquant_itrans_recon_8x8_ssse3() 941 temp11 = _mm_unpackhi_epi16(temp3, sign_reg); in ih264_iquant_itrans_recon_8x8_ssse3() [all …]
|
/external/webp/src/dsp/ |
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 157 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11) in FTransform_MIPSdspR2() 163 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15) 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 | dec_mips_dsp_r2.c | 57 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformAC3() local 67 LOAD_WITH_OFFSET_X4(temp3, temp5, temp11, temp12, dst, in TransformAC3() 72 temp11, temp17, temp3, temp5, temp11, temp12) 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() [all …]
|
D | rescaler_mips_dsp_r2.c | 45 int temp8, temp9, temp10, temp11; 103 [temp11]"=&r"(temp11), [temp2]"=&r"(temp2) 226 int temp8, temp9, temp10, temp11; in ExportRowExpand_MIPSdspR2() local 280 [temp11]"=&r"(temp11), [temp2]"=&r"(temp2) in ExportRowExpand_MIPSdspR2()
|
D | enc_mips32.c | 120 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; in ITransformOne_MIPS32() local 128 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11) in ITransformOne_MIPS32() 134 HORIZONTAL_PASS(3, temp3, temp7, temp11, temp15) in ITransformOne_MIPS32() 139 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11), in ITransformOne_MIPS32() 485 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPS32() local 495 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11) in FTransform_MIPS32() 501 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15) in FTransform_MIPS32() 506 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11), in FTransform_MIPS32()
|
D | mips_macro.h | 196 [temp11]"=&r"(temp11), [temp12]"=&r"(temp12), [temp13]"=&r"(temp13), \
|
D | dec_mips32.c | 221 int temp10, temp11, temp12, temp13, temp14; in TransformOne() local 542 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11), in TransformOne()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | inv_txfm_vsx.c | 267 temp11 = vec_sub(vec_mule(tmp16_1, cospi0), vec_mulo(tmp16_1, cospi1)); \ 269 DCT_CONST_ROUND_SHIFT(temp11); \ 270 outpt0 = vec_packs(temp10, temp11); \ 272 temp11 = vec_add(vec_mule(tmp16_1, cospi1), vec_mulo(tmp16_1, cospi0)); \ 274 DCT_CONST_ROUND_SHIFT(temp11); \ 275 outpt1 = vec_packs(temp10, temp11); 283 temp11 = vec_mule(tmp16_1, cospi); \ 285 DCT_CONST_ROUND_SHIFT(temp11); \ 286 outpt0 = vec_packs(temp10, temp11); \ 288 temp11 = vec_mulo(tmp16_1, cospi); \ [all …]
|
/external/libhevc/common/x86/ |
D | ihevc_intra_pred_filters_sse42_intr.c | 1441 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_3_to_9_sse42() local 1527 temp11 = _mm_cvtsi128_si32(src_temp7_8x16b); in ihevc_intra_pred_luma_mode_3_to_9_sse42() 1533 *(WORD32 *)(&pu1_dst[(0 * dst_strd)]) = temp11; in ihevc_intra_pred_luma_mode_3_to_9_sse42() 1986 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_11_to_17_sse42() local 2094 temp11 = _mm_cvtsi128_si32(src_temp7_8x16b); in ihevc_intra_pred_luma_mode_11_to_17_sse42() 2100 *(WORD32 *)(&pu1_dst[(0 * dst_strd)]) = temp11; in ihevc_intra_pred_luma_mode_11_to_17_sse42() 2110 __m128i temp1, temp2, temp3, temp11, temp12; in ihevc_intra_pred_luma_mode_11_to_17_sse42() local 2124 temp11 = _mm_loadu_si128((__m128i *)(inv_angle_shuffle[17 - mode])); in ihevc_intra_pred_luma_mode_11_to_17_sse42() 2130 src_values1 = _mm_shuffle_epi8(src_values1, temp11); in ihevc_intra_pred_luma_mode_11_to_17_sse42() 2328 __m128i temp1, temp2, temp11, src_values0; in ihevc_intra_pred_luma_mode_11_to_17_sse42() local [all …]
|
D | ihevc_intra_pred_filters_ssse3_intr.c | 2353 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_3_to_9_ssse3() local 2445 temp11 = _mm_cvtsi128_si32(src_temp7_8x16b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3() 2451 *(WORD32 *)(&pu1_dst[(0 * dst_strd)]) = temp11; in ihevc_intra_pred_luma_mode_3_to_9_ssse3() 2905 int temp11, temp21, temp31, temp41; in ihevc_intra_pred_luma_mode_11_to_17_ssse3() local 3019 temp11 = _mm_cvtsi128_si32(src_temp7_8x16b); in ihevc_intra_pred_luma_mode_11_to_17_ssse3() 3025 *(WORD32 *)(&pu1_dst[(0 * dst_strd)]) = temp11; in ihevc_intra_pred_luma_mode_11_to_17_ssse3() 3035 __m128i temp1, temp2, temp3, temp11, temp12; in ihevc_intra_pred_luma_mode_11_to_17_ssse3() local 3049 temp11 = _mm_loadu_si128((__m128i *)(inv_angle_shuffle[17 - mode])); in ihevc_intra_pred_luma_mode_11_to_17_ssse3() 3055 src_values1 = _mm_shuffle_epi8(src_values1, temp11); in ihevc_intra_pred_luma_mode_11_to_17_ssse3() 3253 __m128i temp1, temp2, temp11, src_values0; in ihevc_intra_pred_luma_mode_11_to_17_ssse3() local [all …]
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | matmul.ll | 110 %temp11 = load double, double* %arrayidx52.i, align 8 111 %mul55.i = fmul double %temp3, %temp11 114 %mul67.i = fmul double %temp5, %temp11 117 %mul79.i = fmul double %temp7, %temp11 120 %mul91.i = fmul double %temp9, %temp11
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 86 const GLfloat temp11 = LERP(a, v011, v111); in lerp_3d() local 88 const GLfloat temp1 = LERP(b, temp01, temp11); in lerp_3d()
|