Searched defs:vec_sld (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | altivec.h | 228 #define vec_sld __builtin_vec_sld macro
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | altivec.h | 8134 static __inline__ vector signed char __ATTRS_o_ai vec_sld( in vec_sld() function 8153 vec_sld(vector unsigned char __a, vector unsigned char __b, in vec_sld() function 8189 static __inline__ vector signed short __ATTRS_o_ai vec_sld( in vec_sld() function 8208 vec_sld(vector unsigned short __a, vector unsigned short __b, in vec_sld() function 8244 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, in vec_sld() function 8281 static __inline__ vector unsigned int __ATTRS_o_ai vec_sld( in vec_sld() function 8318 static __inline__ vector float __ATTRS_o_ai vec_sld(vector float __a, in vec_sld() function 8339 vec_sld(vector bool long long __a, vector bool long long __b, in vec_sld() function 8358 vec_sld(vector signed long long __a, vector signed long long __b, in vec_sld() function 8377 vec_sld(vector unsigned long long __a, vector unsigned long long __b, in vec_sld() function [all …]
|
| H A D | vecintrin.h | 6805 #define vec_sld(X, Y, Z) ((__typeof__((vec_sld)((X), (Y), (Z)))) \ macro
|