Searched defs:vec_sld (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 6660 static vector signed char __ATTRS_o_ai vec_sld(vector signed char __a, in vec_sld() function 6680 static vector unsigned char __ATTRS_o_ai vec_sld(vector unsigned char __a, in vec_sld() function 6700 static vector bool char __ATTRS_o_ai vec_sld(vector bool char __a, in vec_sld() function 6720 static vector signed short __ATTRS_o_ai vec_sld(vector signed short __a, in vec_sld() function 6740 static vector unsigned short __ATTRS_o_ai vec_sld(vector unsigned short __a, in vec_sld() function 6760 static vector bool short __ATTRS_o_ai vec_sld(vector bool short __a, in vec_sld() function 6780 static vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, vector pixel __b, in vec_sld() function 6799 static vector signed int __ATTRS_o_ai vec_sld(vector signed int __a, in vec_sld() function 6819 static vector unsigned int __ATTRS_o_ai vec_sld(vector unsigned int __a, in vec_sld() function 6839 static vector bool int __ATTRS_o_ai vec_sld(vector bool int __a, in vec_sld() function [all …]
|
D | vecintrin.h | 5679 #define vec_sld(X, Y, Z) ((__typeof__((vec_sld)((X), (Y), (Z)))) \ macro
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
D | altivec.h | 6792 static __inline__ vector signed char __ATTRS_o_ai vec_sld( in vec_sld() function 6811 vec_sld(vector unsigned char __a, vector unsigned char __b, in vec_sld() function 6830 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) { in vec_sld() function 6847 static __inline__ vector signed short __ATTRS_o_ai vec_sld( in vec_sld() function 6866 vec_sld(vector unsigned short __a, vector unsigned short __b, in vec_sld() function 6885 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) { in vec_sld() function 6902 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, in vec_sld() function 6922 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sld() function 6939 static __inline__ vector unsigned int __ATTRS_o_ai vec_sld( in vec_sld() function 6957 static __inline__ vector bool int __ATTRS_o_ai vec_sld(vector bool int __a, in vec_sld() function [all …]
|
D | vecintrin.h | 5679 #define vec_sld(X, Y, Z) ((__typeof__((vec_sld)((X), (Y), (Z)))) \ macro
|