Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h8576 static __inline__ vector signed char __ATTRS_o_ai vec_sel( in vec_sel() function
8582 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_sel() function
8587 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel() function
8592 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel( in vec_sel() function
8598 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_sel() function
8602 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, in vec_sel() function
8608 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function
8614 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function
8621 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function
8627 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h3323 vec_sel (vector float a1, vector float a2, vector signed int a3) in vec_sel() function
3329 vec_sel (vector float a1, vector float a2, vector unsigned int a3) in vec_sel() function
3335 vec_sel (vector signed int a1, vector signed int a2, vector signed int a3) in vec_sel() function
3341 vec_sel (vector signed int a1, vector signed int a2, vector unsigned int a3) in vec_sel() function
3347 vec_sel (vector unsigned int a1, vector unsigned int a2, vector signed int a3) in vec_sel() function
3353 vec_sel (vector unsigned int a1, vector unsigned int a2, vector unsigned int a3) in vec_sel() function
3359 vec_sel (vector signed short a1, vector signed short a2, vector signed short a3) in vec_sel() function
3365 vec_sel (vector signed short a1, vector signed short a2, vector unsigned short a3) in vec_sel() function
3371 vec_sel (vector unsigned short a1, vector unsigned short a2, vector signed short a3) in vec_sel() function
3377 vec_sel (vector unsigned short a1, vector unsigned short a2, vector unsigned short a3) in vec_sel() function
[all …]
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h226 #define vec_sel __builtin_vec_sel macro