Home | History | Annotate | Download | only in rs6000

Lines Matching defs:spu_promote

1221 /* spu_promote
1224 static __inline vec_uchar16 spu_promote(unsigned char a, int element)
1235 static __inline vec_char16 spu_promote(signed char a, int element)
1246 static __inline vec_ushort8 spu_promote(unsigned short a, int element)
1257 static __inline vec_short8 spu_promote(signed short a, int element)
1268 static __inline vec_uint4 spu_promote(unsigned int a, int element)
1279 static __inline vec_int4 spu_promote(signed int a, int element)
1290 static __inline vec_float4 spu_promote(float a, int element)
1301 static __inline vec_ullong2 spu_promote(unsigned long long a, int element)
1312 static __inline vec_llong2 spu_promote(signed long long a, int element)
1323 static __inline vec_double2 spu_promote(double a, int element)