/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | target.h | 180 vec_perm, enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | target.h | 192 vec_perm, enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 1512 static inline vec_uchar16 vec_perm(vec_uchar16 a, vec_uchar16 b, vec_uchar16 c) in vec_perm() function 1517 static inline vec_char16 vec_perm(vec_char16 a, vec_char16 b, vec_uchar16 c) in vec_perm() function 1522 static inline vec_ushort8 vec_perm(vec_ushort8 a, vec_ushort8 b, vec_uchar16 c) in vec_perm() function 1527 static inline vec_short8 vec_perm(vec_short8 a, vec_short8 b, vec_uchar16 c) in vec_perm() function 1532 static inline vec_uint4 vec_perm(vec_uint4 a, vec_uint4 b, vec_uchar16 c) in vec_perm() function 1537 static inline vec_int4 vec_perm(vec_int4 a, vec_int4 b, vec_uchar16 c) in vec_perm() function 1542 static inline vec_float4 vec_perm(vec_float4 a, vec_float4 b, vec_uchar16 c) in vec_perm() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 195 #define vec_perm __builtin_s390_vec_perm macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 201 #define vec_perm __builtin_s390_vec_perm macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 388 vec_perm(__vector signed char __a, __vector signed char __b, in vec_perm() function 395 vec_perm(__vector unsigned char __a, __vector unsigned char __b, in vec_perm() function 402 vec_perm(__vector __bool char __a, __vector __bool char __b, in vec_perm() function 409 vec_perm(__vector signed short __a, __vector signed short __b, in vec_perm() function 416 vec_perm(__vector unsigned short __a, __vector unsigned short __b, in vec_perm() function 423 vec_perm(__vector __bool short __a, __vector __bool short __b, in vec_perm() function 430 vec_perm(__vector signed int __a, __vector signed int __b, in vec_perm() function 437 vec_perm(__vector unsigned int __a, __vector unsigned int __b, in vec_perm() function 444 vec_perm(__vector __bool int __a, __vector __bool int __b, in vec_perm() function 451 vec_perm(__vector signed long long __a, __vector signed long long __b, in vec_perm() function [all …]
|
H A D | altivec.h | 7885 static __inline__ vector signed char __ATTRS_o_ai vec_perm( in vec_perm() function 7900 vec_perm(vector unsigned char __a, vector unsigned char __b, in vec_perm() function 7915 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_perm() function 7928 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, in vec_perm() function 7944 vec_perm(vector unsigned short __a, vector unsigned short __b, in vec_perm() function 7958 static __inline__ vector bool short __ATTRS_o_ai vec_perm( in vec_perm() function 7972 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, in vec_perm() function 7987 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, in vec_perm() function 8001 vec_perm(vector unsigned int __a, vector unsigned int __b, in vec_perm() function 8016 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_perm() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 268 #define vec_perm __builtin_vec_perm macro
|