Home | History | Annotate | Download | only in simd

Lines Matching refs:this0

39   __vector unsigned char this0, next0, out;
59 this0 = vec_ld(0, inptr);
60 this0 = vec_perm(this0, this0, even_odd_index);
61 this0e = (__vector unsigned short)VEC_UNPACKHU(this0);
62 this0o = (__vector unsigned short)VEC_UNPACKLU(this0);
95 __vector unsigned char this0, next0, this1, next1, out;
119 this0 = vec_ld(0, inptr0);
120 this0 = vec_perm(this0, this0, even_odd_index);
121 this0e = (__vector unsigned short)VEC_UNPACKHU(this0);
122 this0o = (__vector unsigned short)VEC_UNPACKLU(this0);