Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Daltivec.h6784 static __inline__ vector signed char __ATTRS_o_ai vec_sld( in vec_sld() function
6803 vec_sld(vector unsigned char __a, vector unsigned char __b, in vec_sld() function
6822 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) { in vec_sld() function
6839 static __inline__ vector signed short __ATTRS_o_ai vec_sld( in vec_sld() function
6858 vec_sld(vector unsigned short __a, vector unsigned short __b, in vec_sld() function
6877 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) { in vec_sld() function
6894 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, in vec_sld() function
6914 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sld() function
6931 static __inline__ vector unsigned int __ATTRS_o_ai vec_sld( in vec_sld() function
6949 static __inline__ vector bool int __ATTRS_o_ai vec_sld(vector bool int __a, in vec_sld() function
[all …]
Dvecintrin.h5679 #define vec_sld(X, Y, Z) ((__typeof__((vec_sld)((X), (Y), (Z)))) \ macro