Searched defs:spu_splats (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h2140 static __inline vec_uchar16 spu_splats(unsigned char a) function
2151 static __inline vec_char16 spu_splats(signed char a) function
2156 static __inline vec_ushort8 spu_splats(unsigned short a) function
2167 static __inline vec_short8 spu_splats(signed short a) function
2172 static __inline vec_uint4 spu_splats(unsigned int a) function
2183 static __inline vec_int4 spu_splats(signed int a) function
2188 static __inline vec_float4 spu_splats(float a) function
2199 static __inline vec_ullong2 spu_splats(unsigned long long a) function
2211 static __inline vec_llong2 spu_splats(signed long long a) function
2216 static __inline vec_double2 spu_splats(double a) function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h2140 static __inline vec_uchar16 spu_splats(unsigned char a) function
2151 static __inline vec_char16 spu_splats(signed char a) function
2156 static __inline vec_ushort8 spu_splats(unsigned short a) function
2167 static __inline vec_short8 spu_splats(signed short a) function
2172 static __inline vec_uint4 spu_splats(unsigned int a) function
2183 static __inline vec_int4 spu_splats(signed int a) function
2188 static __inline vec_float4 spu_splats(float a) function
2199 static __inline vec_ullong2 spu_splats(unsigned long long a) function
2211 static __inline vec_llong2 spu_splats(signed long long a) function
2216 static __inline vec_double2 spu_splats(double a) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h270 #define spu_splats(scalar) __builtin_spu_splats(scalar) macro

Completed in 220 milliseconds