Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h228 #define vec_sld __builtin_vec_sld macro
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h3489 vec_sld (vector float a1, vector float a2, const char a3) in vec_sld() function
3495 vec_sld (vector signed int a1, vector signed int a2, const char a3) in vec_sld() function
3501 vec_sld (vector unsigned int a1, vector unsigned int a2, const char a3) in vec_sld() function
3507 vec_sld (vector signed short a1, vector signed short a2, const char a3) in vec_sld() function
3513 vec_sld (vector unsigned short a1, vector unsigned short a2, const char a3) in vec_sld() function
3519 vec_sld (vector signed char a1, vector signed char a2, const char a3) in vec_sld() function
3525 vec_sld (vector unsigned char a1, vector unsigned char a2, const char a3) in vec_sld() function
/openbsd/gnu/llvm/clang/lib/Headers/
H A Daltivec.h9007 static __inline__ vector signed char __ATTRS_o_ai vec_sld( in vec_sld() function
9026 vec_sld(vector unsigned char __a, vector unsigned char __b, in vec_sld() function
9062 static __inline__ vector signed short __ATTRS_o_ai vec_sld( in vec_sld() function
9081 vec_sld(vector unsigned short __a, vector unsigned short __b, in vec_sld() function
9117 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, in vec_sld() function
9154 static __inline__ vector unsigned int __ATTRS_o_ai vec_sld( in vec_sld() function
9191 static __inline__ vector float __ATTRS_o_ai vec_sld(vector float __a, in vec_sld() function
9212 vec_sld(vector bool long long __a, vector bool long long __b, in vec_sld() function
9231 vec_sld(vector signed long long __a, vector signed long long __b, in vec_sld() function
9250 vec_sld(vector unsigned long long __a, vector unsigned long long __b, in vec_sld() function
[all …]
H A Dvecintrin.h7089 #define vec_sld(X, Y, Z) ((__typeof__((vec_sld)((X), (Y), (Z)))) \ macro