Lines Matching refs:shorts2
97 vector signed short shorts1, shorts2;
112 shorts2 = (vector signed short) vec_mergeh(bytes, zero);
115 shorts1 = vec_sub(shorts1, shorts2);
139 shorts2 = (vector signed short) vec_mergeh(bytes, zero);
142 shorts1 = vec_sub(shorts1, shorts2);
159 vec_s16 shorts1, shorts2;
180 shorts2 = (vec_s16)vec_mergeh(zero, bytes);
183 shorts1 = vec_sub(shorts1, shorts2);
213 shorts2 = (vec_s16)vec_mergeh(zero, bytes);
216 shorts1 = vec_sub(shorts1, shorts2);
249 vec_s16 shorts1, shorts2;
252 shorts2 = vsx_ld_u8_s16(0, s2);
254 shorts1 = vec_sub(shorts1, shorts2);