Searched refs:vec_sld (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h86 #define vec_vsldoi vec_sld
228 #define vec_sld __builtin_vec_sld macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h1571 result = vec_sld ((__v16qu) __A, zeros, __N);
1590 result = vec_sld (zeros, (__v16qu) __A, (16 - __N));
1621 result = vec_sld ((__v16qu) __A, zeros, _imm5);
1623 result = vec_sld (zeros, (__v16qu) __A, (16 - _imm5));
2177 result = vec_sld (result, result, 4);
2179 result = vec_sld (result, result, 6);
H A Dtmmintrin.h90 __A = (__m128i) vec_sld ((__v16qu) __B, (__v16qu) __A, __count);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h2957 vec_sld(vector signed int, vector signed int, unsigned const int __c);
2979 return vec_sld(__ret, __ret, 12);
2991 return vec_sld(__ret, __ret, 12);
2999 vec_sld(vector unsigned int, vector unsigned int, unsigned const int __c);
3021 return vec_sld(__ret, __ret, 12);
3033 return vec_sld(__ret, __ret, 12);
3041 vec_sld(vector float, vector float, unsigned const int __c);
3073 return vec_sld(__ret, __ret, 12);
3083 return vec_sld(__ret, __ret, 12);
3093 return vec_sld(__re
8123 static __inline__ vector signed char __ATTRS_o_ai vec_sld( function
8142 vec_sld(vector unsigned char __a, vector unsigned char __b, function
8161 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) { function
8178 static __inline__ vector signed short __ATTRS_o_ai vec_sld( function
8197 vec_sld(vector unsigned short __a, vector unsigned short __b, function
8216 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) { function
8233 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, function
8253 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) { function
8270 static __inline__ vector unsigned int __ATTRS_o_ai vec_sld( function
8288 static __inline__ vector bool int __ATTRS_o_ai vec_sld(vector bool int __a, function
8307 static __inline__ vector float __ATTRS_o_ai vec_sld(vector float __a, function
8328 vec_sld(vector bool long long __a, vector bool long long __b, function
8347 vec_sld(vector signed long long __a, vector signed long long __b, function
8366 vec_sld(vector unsigned long long __a, vector unsigned long long __b, function
8384 static __inline__ vector double __ATTRS_o_ai vec_sld(vector double __a, function
[all...]
H A Dvecintrin.h6866 /*-- vec_sld ----------------------------------------------------------------*/
6869 vec_sld(vector signed char __a, vector signed char __b, int __c)
6873 vec_sld(vector bool char __a, vector bool char __b, int __c)
6877 vec_sld(vector unsigned char __a, vector unsigned char __b, int __c)
6881 vec_sld(vector signed short __a, vector signed short __b, int __c)
6885 vec_sld(vector bool short __a, vector bool short __b, int __c)
6889 vec_sld(vector unsigned short __a, vector unsigned short __b, int __c)
6893 vec_sld(vector signed int __a, vector signed int __b, int __c)
6897 vec_sld(vector bool int __a, vector bool int __b, int __c)
6901 vec_sld(vecto
6926 #define vec_sld macro
[all...]

Completed in 205 milliseconds