Lines Matching defs:tmp32_2
987 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2;
1046 tmp32_2 = vec_mulo(vu, mul4);
1047 vu32_l = vec_mergeh(tmp32, tmp32_2);
1048 vu32_r = vec_mergel(tmp32, tmp32_2);
1050 tmp32_2 = vec_mulo(vv, mul4);
1051 vv32_l = vec_mergeh(tmp32, tmp32_2);
1052 vv32_r = vec_mergel(tmp32, tmp32_2);
1116 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2;
1184 tmp32_2 = vec_mulo(vu, mul4);
1185 vu32_l = vec_mergeh(tmp32, tmp32_2);
1186 vu32_r = vec_mergel(tmp32, tmp32_2);
1188 tmp32_2 = vec_mulo(vv, mul4);
1189 vv32_l = vec_mergeh(tmp32, tmp32_2);
1190 vv32_r = vec_mergel(tmp32, tmp32_2);