Home | History | Annotate | Download | only in x86

Lines Matching defs:temp4

119     __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7;
140 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
150 temp4 = _mm_madd_epi16(src_r0, temp4); //a00*b00*q00 a10*b10*q10 a20*b20*q20 a30*b30 q30 -- 32 bits long
156 resq_r0 = _mm_slli_epi32(temp4, u4_qp_div_6 - 4);
161 temp4 = _mm_add_epi32(temp4, add_rshift);
165 resq_r0 = _mm_srai_epi32(temp4, 4 - u4_qp_div_6);
193 temp4 = _mm_unpackhi_epi32(resq_r2, resq_r3); //c2 d2 c3 d3
196 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //a2 b2 c2 d2
197 resq_r3 = _mm_unpackhi_epi64(temp2, temp4); //a3 b3 c3 d3
229 temp4 = _mm_unpackhi_epi32(resq_r2, resq_r3); //c2 c3 d2 d3
232 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //c0 c1 c2 c3
233 resq_r3 = _mm_unpackhi_epi64(temp2, temp4); //d0 d1 d2 d3
271 temp4 = _mm_add_epi32(temp0, temp3);
272 temp4 = _mm_add_epi32(temp4, value_32);
273 temp4 = _mm_srai_epi32(temp4, 6);
274 temp4 = _mm_add_epi32(temp4, pred_r0);
292 temp0 = _mm_packs_epi32(temp4, temp5);
395 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8;
602 temp4 = _mm_unpackhi_epi16(resq_r2_1, resq_r3_1); //c4 d4 c5 d5 c6 d6 c7 d7
605 resq_r2_1 = _mm_unpacklo_epi32(temp2, temp4); //a4 b4 c4 d4 a5 b5 c5 d5
606 resq_r3_1 = _mm_unpackhi_epi32(temp2, temp4); //a6 b6 c6 d6 a7 b7 c7 d7
616 temp4 = _mm_unpackhi_epi16(resq_r6_1, resq_r7_1); //g4 h4 g5 h5 g6 h6 g7 h7
619 resq_r6_1 = _mm_unpacklo_epi32(temp2, temp4); //e4 f4 g4 h4 e5 f5 g5 h5
620 resq_r7_1 = _mm_unpackhi_epi32(temp2, temp4); //e6 f6 g6 h6 e7 f7 g7 h7
661 temp4 = _mm_sub_epi32(temp2, resq_r7_1); //-w3+w5-w7
665 temp2 = _mm_sub_epi32(temp4, temp5); //-w3+w5-w7 -(w7>>1)
669 temp4 = _mm_add_epi32(resq_r1_1, resq_r7_1); //w1+w7
671 temp4 = _mm_sub_epi32(temp4, resq_r3_1); //w1+w7-w3
675 temp4 = _mm_sub_epi32(temp4, temp5); //w1+w7-w3-(w3>>1)
677 temp4 = _mm_packs_epi32(temp4, temp12);
715 resq_r3_1 = _mm_add_epi16(resq_r3_1, temp4);
719 resq_r5_1 = _mm_srai_epi16(temp4, 2);
735 temp4 = _mm_add_epi16(resq_r6_1, resq_r1_1);
753 temp19 = _mm_unpacklo_epi16(temp3, temp4); //a2 a3 b2 b3 c2 c3 d2 d3
755 temp20 = _mm_unpackhi_epi16(temp3, temp4); //e2 e3 f2 f3 g2 g3 h2 h3
847 temp4 = _mm_sub_epi32(temp2, resq_r7_1); //-w3+w5-w7
851 temp2 = _mm_sub_epi32(temp4, temp5); //-w3+w5-w7 -(w7>>1)
855 temp4 = _mm_add_epi32(resq_r1_1, resq_r7_1); //w1+w7
857 temp4 = _mm_sub_epi32(temp4, resq_r3_1); //w1+w7-w3
861 temp4 = _mm_sub_epi32(temp4, temp5); //w1+w7-w3-(w3>>1)
863 temp4 = _mm_packs_epi32(temp4, temp12);
901 resq_r3_1 = _mm_add_epi16(resq_r3_1, temp4);
905 resq_r5_1 = _mm_srai_epi16(temp4, 2);
949 temp4 = _mm_add_epi16(resq_r6_1, resq_r1_1);
950 sign_reg = _mm_cmpgt_epi16(zero_8x16b, temp4);
951 temp10 = _mm_unpacklo_epi16(temp4, sign_reg);
952 temp11 = _mm_unpackhi_epi16(temp4, sign_reg);
958 temp4 = _mm_add_epi16(temp10, pred_r3_1);
1011 sign_reg = _mm_cmpgt_epi16(temp4, zero_8x16b); // sign check
1012 temp4 = _mm_and_si128(temp4, sign_reg);
1025 resq_r3_2 = _mm_packus_epi16(temp4, zero_8x16b);