Searched defs:vec_sld (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Headers/ |
H A D | altivec.h | 9019 static __inline__ vector signed char __ATTRS_o_ai vec_sld( vec_sld() function 9038 vec_sld(vector unsigned char __a, vector unsigned char __b, vec_sld() function 9057 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) { vec_sld() function 9074 static __inline__ vector signed short __ATTRS_o_ai vec_sld( vec_sld() function 9093 vec_sld(vector unsigned short __a, vector unsigned short __b, vec_sld() function 9112 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) { vec_sld() function 9129 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, vec_sld() function 9149 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) { vec_sld() function 9166 static __inline__ vector unsigned int __ATTRS_o_ai vec_sld( vec_sld() function 9184 static __inline__ vector bool int __ATTRS_o_ai vec_sld(vector bool int __a, vec_sld() function 9203 static __inline__ vector float __ATTRS_o_ai vec_sld(vector float __a, vec_sld() function 9224 vec_sld(vector bool long long __a, vector bool long long __b, vec_sld() function 9243 vec_sld(vector signed long long __a, vector signed long long __b, vec_sld() function 9262 vec_sld(vector unsigned long long __a, vector unsigned long long __b, vec_sld() function 9280 static __inline__ vector double __ATTRS_o_ai vec_sld(vector double __a, vec_sld() function [all...] |
H A D | vecintrin.h | 7090 #define vec_sld(X, Y, Z) ((__typeof__((vec_sld) global() macro [all...] |