Home
last modified time | relevance | path

Searched refs:next0 (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/simd/
Djcsample-altivec.c39 __vector unsigned char this0, next0, out; in jsimd_h2v1_downsample_altivec() local
68 next0 = vec_ld(16, inptr); in jsimd_h2v1_downsample_altivec()
69 next0 = vec_perm(next0, next0, even_odd_index); in jsimd_h2v1_downsample_altivec()
70 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v1_downsample_altivec()
71 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v1_downsample_altivec()
95 __vector unsigned char this0, next0, this1, next1, out; in jsimd_h2v2_downsample_altivec() local
136 next0 = vec_ld(16, inptr0); in jsimd_h2v2_downsample_altivec()
137 next0 = vec_perm(next0, next0, even_odd_index); in jsimd_h2v2_downsample_altivec()
138 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v2_downsample_altivec()
139 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v2_downsample_altivec()
Djdsample-altivec.c38 __vector unsigned char this0, last0, p_last0, next0 = {0}, p_next0, in jsimd_h2v1_fancy_upsample_altivec() local
78 next0 = vec_ld(16, inptr); in jsimd_h2v1_fancy_upsample_altivec()
79 p_next0 = vec_perm(this0, next0, next_index); in jsimd_h2v1_fancy_upsample_altivec()
118 this0 = next0; in jsimd_h2v1_fancy_upsample_altivec()
/external/llvm/test/Bindings/llvm-c/
Decho.ll76 br i1 %1, label %next0, label %unreachable
77 next0: