Home
last modified time | relevance | path

Searched defs:vec_sel (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h664 vec_sel(__vector signed char __a, __vector signed char __b, in vec_sel() function
671 vec_sel(__vector signed char __a, __vector signed char __b, in vec_sel() function
678 vec_sel(__vector __bool char __a, __vector __bool char __b, in vec_sel() function
685 vec_sel(__vector __bool char __a, __vector __bool char __b, in vec_sel() function
691 vec_sel(__vector unsigned char __a, __vector unsigned char __b, in vec_sel() function
697 vec_sel(__vector unsigned char __a, __vector unsigned char __b, in vec_sel() function
704 vec_sel(__vector signed short __a, __vector signed short __b, in vec_sel() function
711 vec_sel(__vector signed short __a, __vector signed short __b, in vec_sel() function
718 vec_sel(__vector __bool short __a, __vector __bool short __b, in vec_sel() function
725 vec_sel(__vector __bool short __a, __vector __bool short __b, in vec_sel() function
[all …]
H A Daltivec.h8495 static __inline__ vector signed char __ATTRS_o_ai vec_sel( in vec_sel() function
8501 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_sel() function
8506 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel() function
8511 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel( in vec_sel() function
8517 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_sel() function
8521 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, in vec_sel() function
8527 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function
8533 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function
8540 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function
8546 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h199 #define vec_sel __builtin_s390_vec_sel macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h205 #define vec_sel __builtin_s390_vec_sel macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h270 #define vec_sel __builtin_vec_sel macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1630 #define vec_sel(_a, _b, _c) spu_sel(_a, _b, _c) macro