/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
H A D | tmmintrin.h | 417 __v8hi __D = vec_and (vec_unpackl ((__v16qi) __A), __unsigned); in _mm_maddubs_epi16() 419 __v8hi __F = vec_unpackl ((__v16qi) __B); in _mm_maddubs_epi16() 436 __C = vec_unpackl ((__v16qi) __C); in _mm_maddubs_pi16() 440 __D = vec_unpackl ((__v16qi) __D); in _mm_maddubs_pi16() 459 __D = vec_unpackl ((__v8hi) __A); in _mm_mulhrs_epi16() 460 __v4si __E = vec_unpackl ((__v8hi) __B); in _mm_mulhrs_epi16()
|
H A D | emmintrin.h | 965 tmp2 = (__v2di)vec_unpackl (temp); in _mm_cvtpi32_pd()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | tmmintrin.h | 440 __v8hi __D = vec_and (vec_unpackl ((__v16qi) __A), __unsigned); in _mm_maddubs_epi16() 442 __v8hi __F = vec_unpackl ((__v16qi) __B); in _mm_maddubs_epi16() 459 __C = vec_unpackl ((__v16qi) __C); in _mm_maddubs_pi16() 463 __D = vec_unpackl ((__v16qi) __D); in _mm_maddubs_pi16() 482 __D = vec_unpackl ((__v8hi) __A); in _mm_mulhrs_epi16() 483 __v4si __E = vec_unpackl ((__v8hi) __B); in _mm_mulhrs_epi16()
|
H A D | emmintrin.h | 993 __tmp2 = (__v2di)vec_unpackl (__temp); in _mm_cvtpi32_pd()
|
H A D | rs6000-overload.def | 4395 [VEC_UNPACKL, vec_unpackl, __builtin_vec_unpackl]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | tmmintrin.h | 428 __v8hi __D = vec_and (vec_unpackl ((__v16qi) __A), __unsigned); in _mm_maddubs_epi16() 430 __v8hi __F = vec_unpackl ((__v16qi) __B); in _mm_maddubs_epi16() 447 __C = vec_unpackl ((__v16qi) __C); in _mm_maddubs_pi16() 451 __D = vec_unpackl ((__v16qi) __D); in _mm_maddubs_pi16() 470 __D = vec_unpackl ((__v8hi) __A); in _mm_mulhrs_epi16() 471 __v4si __E = vec_unpackl ((__v8hi) __B); in _mm_mulhrs_epi16()
|
H A D | altivec.h | 298 #define vec_unpackl __builtin_vec_unpackl macro
|
H A D | emmintrin.h | 997 __tmp2 = (__v2di)vec_unpackl (__temp); in _mm_cvtpi32_pd()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 207 #define vec_unpackl __builtin_s390_vec_unpackl macro
|
H A D | vx-builtins.md | 630 (define_insn "vec_unpackl<mode>"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 213 #define vec_unpackl __builtin_s390_vec_unpackl macro
|
H A D | vx-builtins.md | 623 (define_insn "vec_unpackl<mode>"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 2338 static inline vec_short8 vec_unpackl(vec_char16 a) in vec_unpackl() function 2344 static inline vec_bshort8 vec_unpackl(vec_bchar16 a) in vec_unpackl() function 2346 return ((vec_bshort8)(vec_unpackl((vec_char16)(a)))); in vec_unpackl() 2350 static inline vec_int4 vec_unpackl(vec_short8 a) in vec_unpackl() function 2362 static inline vec_uint4 vec_unpackl(vec_pixel8 a) in vec_unpackl() function 2379 static inline vec_bint4 vec_unpackl(vec_bshort8 a) in vec_unpackl() function 2381 return ((vec_bint4)(vec_unpackl((vec_short8)(a)))); in vec_unpackl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 2350 vec_unpackl(__vector signed char __a) { in vec_unpackl() function 2355 vec_unpackl(__vector __bool char __a) { in vec_unpackl() function 2361 vec_unpackl(__vector unsigned char __a) { in vec_unpackl() function 2366 vec_unpackl(__vector signed short __a) { in vec_unpackl() function 2371 vec_unpackl(__vector __bool short __a) { in vec_unpackl() function 2377 vec_unpackl(__vector unsigned short __a) { in vec_unpackl() function 2382 vec_unpackl(__vector signed int __a) { in vec_unpackl() function 2387 vec_unpackl(__vector __bool int __a) { in vec_unpackl() function 2393 vec_unpackl(__vector unsigned int __a) { in vec_unpackl() function
|
H A D | altivec.h | 12671 vec_unpackl(vector signed char __a) { in vec_unpackl() function 12680 vec_unpackl(vector bool char __a) { in vec_unpackl() function 12688 static __inline__ vector int __ATTRS_o_ai vec_unpackl(vector short __a) { in vec_unpackl() function 12697 vec_unpackl(vector bool short __a) { in vec_unpackl() function 12706 vec_unpackl(vector pixel __a) { in vec_unpackl() function 12715 static __inline__ vector long long __ATTRS_o_ai vec_unpackl(vector int __a) { in vec_unpackl() function 12724 vec_unpackl(vector bool int __a) { in vec_unpackl() function 12733 vec_unpackl(vector float __a) { in vec_unpackl() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 18719 vector signed short vec_unpackl (vector signed char); 18720 vector bool short vec_unpackl (vector bool char); 18721 vector unsigned int vec_unpackl (vector pixel); 18722 vector signed int vec_unpackl (vector signed short); 18723 vector bool int vec_unpackl (vector bool short); 19199 vector double vec_unpackl (vector float); 19727 vector long long vec_unpackl (vector int); 19728 vector unsigned long long vec_unpackl (vector unsigned int);
|
H A D | gcc.info | 48291 vector signed short vec_unpackl (vector signed char); 48292 vector bool short vec_unpackl (vector bool char); 48293 vector unsigned int vec_unpackl (vector pixel); 48294 vector signed int vec_unpackl (vector signed short); 48295 vector bool int vec_unpackl (vector bool short); 48769 vector double vec_unpackl (vector float); 49298 vector long long vec_unpackl (vector int); 49299 vector unsigned long long vec_unpackl (vector unsigned int);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 18808 @tab @code{vec_unpackl}
|
H A D | gcc.info | 51246 'vec_unpackh' 'vec_unpackl' 'vec_unsigned'
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 22009 (vec_unpackh, vec_unpackl, vec_any_ge): Fix C++ support for vector bool.
|