/external/webp/src/dsp/ |
D | enc_mips32.c | 122 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; in ITransformOne() local 131 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15) in ITransformOne() 134 HORIZONTAL_PASS(16, 17, 18, 19, temp1, temp5, temp9, temp13) in ITransformOne() 142 [temp12]"=&r"(temp12), [temp13]"=&r"(temp13), [temp14]"=&r"(temp14), in ITransformOne() 478 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform() local 489 HORIZONTAL_PASS(48, 49, 50, 51, temp12, temp13, temp14, temp15) in FTransform() 492 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13) in FTransform() 500 [temp12]"=&r"(temp12), [temp13]"=&r"(temp13), [temp14]"=&r"(temp14), in FTransform()
|
D | dec_mips32.c | 214 int temp10, temp11, temp12, temp13, temp14; in TransformOne() local 536 [temp12]"=&r"(temp12), [temp13]"=&r"(temp13), [temp14]"=&r"(temp14), in TransformOne()
|
/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/libhevc/common/x86/ |
D | ihevc_intra_pred_filters_sse42_intr.c | 2807 __m128i temp11, temp12, temp13, temp14; in ihevc_intra_pred_luma_mode_19_to_25_sse42() local 2909 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 2998 src_values2 = _mm_maddubs_epi16(src_values2, temp13); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3002 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3113 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3202 src_values2 = _mm_maddubs_epi16(src_values2, temp13); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3206 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3322 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3352 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_sse42() 3569 __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 | 3731 __m128i temp11, temp12, temp13, temp14; in ihevc_intra_pred_luma_mode_19_to_25_ssse3() local 3832 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 3921 src_values2 = _mm_maddubs_epi16(src_values2, temp13); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 3925 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4036 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4125 src_values2 = _mm_maddubs_epi16(src_values2, temp13); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4129 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4245 temp13 = _mm_shuffle_epi32(fract2_8x16b, 0xaa); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4275 src_values6 = _mm_maddubs_epi16(src_values6, temp13); in ihevc_intra_pred_luma_mode_19_to_25_ssse3() 4496 __m128i temp11, temp12, temp13, temp14; in ihevc_intra_pred_luma_mode_27_to_33_ssse3() local [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Matrix4f.java | 1019 float temp10, temp11, temp12, temp13; in mult() local 1052 temp13 = m10 * in2.m03 in mult() 1098 store.m13 = temp13; in mult()
|
/external/llvm/test/CodeGen/R600/ |
D | si-sgpr-spill.ll | 1171 %temp13.0 = phi float [ %471, %IF198 ], [ %463, %IF189 ] 1240 %540 = fmul float %temp13.0, %537 1492 %759 = fmul float %temp13.0, %217
|