Lines Matching refs:this0
37 __vector unsigned char this0, last0, p_last0, next0 = { 0 }, p_next0,
68 this0 = vec_ld(0, inptr);
69 p_last0 = vec_perm(this0, this0, last_index_col0);
70 last0 = this0;
76 p_last0 = vec_perm(last0, this0, last_index);
77 last0 = this0;
81 p_next0 = vec_perm(this0, this0, next_index_lastcol);
84 p_next0 = vec_perm(this0, next0, next_index);
87 this0e = (__vector short)vec_mule(this0, pb_three);
88 this0o = (__vector short)vec_mulo(this0, pb_three);
123 this0 = next0;
138 __vector unsigned char this_1, this0, this1, out;
183 this0 = vec_ld(0, inptr0);
184 this0l = (__vector short)VEC_UNPACKHU(this0);
185 this0h = (__vector short)VEC_UNPACKLU(this0);
227 this0 = vec_ld(16, inptr0);
228 this0l = (__vector short)VEC_UNPACKHU(this0);
229 this0h = (__vector short)VEC_UNPACKLU(this0);