Lines Matching refs:__vector

38   __vector unsigned char this0, last0, p_last0, next0 = {0}, p_next0,  in jsimd_h2v1_fancy_upsample_altivec()
40 __vector short this0e, this0o, this0l, this0h, last0l, last0h, in jsimd_h2v1_fancy_upsample_altivec()
44 __vector unsigned char pb_zero = { __16X(0) }, pb_three = { __16X(3) }, in jsimd_h2v1_fancy_upsample_altivec()
54 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) }; in jsimd_h2v1_fancy_upsample_altivec()
82 this0e = (__vector short)vec_mule(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
83 this0o = (__vector short)vec_mulo(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
87 last0l = (__vector short)VEC_UNPACKHU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
88 last0h = (__vector short)VEC_UNPACKLU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
91 next0l = (__vector short)VEC_UNPACKHU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
92 next0h = (__vector short)VEC_UNPACKLU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
97 outle = vec_sr(outle, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
98 outlo = vec_sr(outlo, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
100 out = vec_perm((__vector unsigned char)outle, in jsimd_h2v1_fancy_upsample_altivec()
101 (__vector unsigned char)outlo, merge_pack_index); in jsimd_h2v1_fancy_upsample_altivec()
110 outhe = vec_sr(outhe, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
111 outho = vec_sr(outho, (__vector unsigned short)pw_two); in jsimd_h2v1_fancy_upsample_altivec()
113 out = vec_perm((__vector unsigned char)outhe, in jsimd_h2v1_fancy_upsample_altivec()
114 (__vector unsigned char)outho, merge_pack_index); in jsimd_h2v1_fancy_upsample_altivec()
134 __vector unsigned char this_1, this0, this1, out; in jsimd_h2v2_fancy_upsample_altivec()
135 __vector short this_1l, this_1h, this0l, this0h, this1l, this1h, in jsimd_h2v2_fancy_upsample_altivec()
145 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_h2v2_fancy_upsample_altivec()
155 __vector short pw_zero = { __8X(0) }, pw_three = { __8X(3) }, in jsimd_h2v2_fancy_upsample_altivec()
157 __vector unsigned short pw_four = { __8X(4) }; in jsimd_h2v2_fancy_upsample_altivec()
174 this0l = (__vector short)VEC_UNPACKHU(this0); in jsimd_h2v2_fancy_upsample_altivec()
175 this0h = (__vector short)VEC_UNPACKLU(this0); in jsimd_h2v2_fancy_upsample_altivec()
180 this_1l = (__vector short)VEC_UNPACKHU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
181 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
189 this1l = (__vector short)VEC_UNPACKHU(this1); in jsimd_h2v2_fancy_upsample_altivec()
190 this1h = (__vector short)VEC_UNPACKLU(this1); in jsimd_h2v2_fancy_upsample_altivec()
218 this0l = (__vector short)VEC_UNPACKHU(this0); in jsimd_h2v2_fancy_upsample_altivec()
219 this0h = (__vector short)VEC_UNPACKLU(this0); in jsimd_h2v2_fancy_upsample_altivec()
224 this_1l = (__vector short)VEC_UNPACKHU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
225 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
232 this1l = (__vector short)VEC_UNPACKHU(this1); in jsimd_h2v2_fancy_upsample_altivec()
233 this1h = (__vector short)VEC_UNPACKLU(this1); in jsimd_h2v2_fancy_upsample_altivec()
251 out = vec_perm((__vector unsigned char)outle, in jsimd_h2v2_fancy_upsample_altivec()
252 (__vector unsigned char)outlo, merge_pack_index); in jsimd_h2v2_fancy_upsample_altivec()
265 out = vec_perm((__vector unsigned char)outhe, in jsimd_h2v2_fancy_upsample_altivec()
266 (__vector unsigned char)outho, merge_pack_index); in jsimd_h2v2_fancy_upsample_altivec()
281 out = vec_perm((__vector unsigned char)outle, in jsimd_h2v2_fancy_upsample_altivec()
282 (__vector unsigned char)outlo, merge_pack_index); in jsimd_h2v2_fancy_upsample_altivec()
295 out = vec_perm((__vector unsigned char)outhe, in jsimd_h2v2_fancy_upsample_altivec()
296 (__vector unsigned char)outho, merge_pack_index); in jsimd_h2v2_fancy_upsample_altivec()
319 __vector unsigned char in, inl, inh; in jsimd_h2v1_upsample_altivec()
358 __vector unsigned char in, inl, inh; in jsimd_h2v2_upsample_altivec()