Searched defs:vec_sld (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 256 #define vec_sld __builtin_s390_vec_sld macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 262 #define vec_sld __builtin_s390_vec_sld macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 272 #define vec_sld __builtin_vec_sld macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 8926 static __inline__ vector signed char __ATTRS_o_ai vec_sld( in vec_sld() function 8945 vec_sld(vector unsigned char __a, vector unsigned char __b, in vec_sld() function 8964 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) { in vec_sld() function 8981 static __inline__ vector signed short __ATTRS_o_ai vec_sld( in vec_sld() function 9000 vec_sld(vector unsigned short __a, vector unsigned short __b, in vec_sld() function 9019 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) { in vec_sld() function 9036 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, in vec_sld() function 9056 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sld() function 9073 static __inline__ vector unsigned int __ATTRS_o_ai vec_sld( in vec_sld() function 9091 static __inline__ vector bool int __ATTRS_o_ai vec_sld(vector bool int __a, in vec_sld() function [all …]
|
H A D | vecintrin.h | 7089 #define vec_sld(X, Y, Z) ((__typeof__((vec_sld)((X), (Y), (Z)))) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 1675 #define vec_sld(_a, _b, _c) spu_shuffle(_a, _b, ((vec_uchar16){ 0+(_c), 1+(_c), 2+(_c), 3+(_c), … macro
|