Searched defs:vec_sel (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 710 vec_sel(__vector signed char __a, __vector signed char __b, in vec_sel() function 717 vec_sel(__vector signed char __a, __vector signed char __b, in vec_sel() function 724 vec_sel(__vector __bool char __a, __vector __bool char __b, in vec_sel() function 731 vec_sel(__vector __bool char __a, __vector __bool char __b, in vec_sel() function 737 vec_sel(__vector unsigned char __a, __vector unsigned char __b, in vec_sel() function 743 vec_sel(__vector unsigned char __a, __vector unsigned char __b, in vec_sel() function 750 vec_sel(__vector signed short __a, __vector signed short __b, in vec_sel() function 757 vec_sel(__vector signed short __a, __vector signed short __b, in vec_sel() function 764 vec_sel(__vector __bool short __a, __vector __bool short __b, in vec_sel() function 771 vec_sel(__vector __bool short __a, __vector __bool short __b, in vec_sel() function [all …]
|
| H A D | altivec.h | 8588 static __inline__ vector signed char __ATTRS_o_ai vec_sel( in vec_sel() function 8594 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_sel() function 8599 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel() function 8604 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel( in vec_sel() function 8610 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_sel() function 8614 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, in vec_sel() function 8620 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function 8626 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function 8633 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function 8639 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function [all …]
|