Searched refs:vec_splat_s8 (Results 1 – 5 of 5) sorted by relevance
695 #define VEC_ALPHA_MASK() ((vector unsigned char)vec_sl((vector unsigned int)vec_splat_s8(-1), VEC_U…980 vbits = (vector unsigned char)vec_splat_s8(-1); in Blit32to32SurfaceAlphaKeyAltivec()1291 vbits = (vector unsigned char)vec_splat_s8(-1); in Blit32to32SurfaceAlphaAltivec()
302 Function vec_splat_s8 [type char] ===> OK
4769 Caux1.v = vec_splat_s8( 15 ); in part3()
3815 res_vsc = vec_splat_s8(0x09); // TODO: add check in test6()
6246 #define __builtin_altivec_vspltisb vec_splat_s86250 vec_splat_s8(signed char __a) in vec_splat_s8() function