Searched refs:spu_promote (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Dmfc_multi_tag_release.c52 tmp = spu_cmpgt (spu_promote(last_tag, 0), 32);
53 tmp1 = spu_cmpgt (spu_promote(number_of_tags, 0), 32);
54 is_invalid = spu_cmpgt (spu_promote(first_tag, 0), 31);
H A Dmfc_tag_release.c44 is_invalid = spu_cmpgt (spu_promote (tag, 0), 31);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h1221 /* spu_promote
1224 static __inline vec_uchar16 spu_promote(unsigned char a, int element) function
1235 static __inline vec_char16 spu_promote(signed char a, int element) function
1246 static __inline vec_ushort8 spu_promote(unsigned short a, int element) function
1257 static __inline vec_short8 spu_promote(signed short a, int element) function
1268 static __inline vec_uint4 spu_promote(unsigned int a, int element) function
1279 static __inline vec_int4 spu_promote(signed int a, int element) function
1290 static __inline vec_float4 spu_promote(float a, int element) function
1301 static __inline vec_ullong2 spu_promote(unsigned long long a, int element) function
1312 static __inline vec_llong2 spu_promote(signe function
1323 static __inline vec_double2 spu_promote(double a, int element) function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h1221 /* spu_promote
1224 static __inline vec_uchar16 spu_promote(unsigned char a, int element) function
1235 static __inline vec_char16 spu_promote(signed char a, int element) function
1246 static __inline vec_ushort8 spu_promote(unsigned short a, int element) function
1257 static __inline vec_short8 spu_promote(signed short a, int element) function
1268 static __inline vec_uint4 spu_promote(unsigned int a, int element) function
1279 static __inline vec_int4 spu_promote(signed int a, int element) function
1290 static __inline vec_float4 spu_promote(float a, int element) function
1301 static __inline vec_ullong2 spu_promote(unsigned long long a, int element) function
1312 static __inline vec_llong2 spu_promote(signe function
1323 static __inline vec_double2 spu_promote(double a, int element) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h344 #define spu_promote(scalar,pos) __builtin_spu_promote(scalar,pos) macro
H A Dvmx2spu.h3648 #define vec_promote(_a, _element) spu_promote(_a, _element)

Completed in 183 milliseconds