Home | History | Annotate | Download | only in clang-include

Lines Matching full:vec_splat

7561 /* vec_splat */
7563 static vector signed char __ATTRS_o_ai vec_splat(vector signed char __a,
7568 static vector unsigned char __ATTRS_o_ai vec_splat(vector unsigned char __a,
7573 static vector bool char __ATTRS_o_ai vec_splat(vector bool char __a,
7578 static vector signed short __ATTRS_o_ai vec_splat(vector signed short __a,
7587 static vector unsigned short __ATTRS_o_ai vec_splat(vector unsigned short __a,
7596 static vector bool short __ATTRS_o_ai vec_splat(vector bool short __a,
7605 static vector pixel __ATTRS_o_ai vec_splat(vector pixel __a,
7614 static vector signed int __ATTRS_o_ai vec_splat(vector signed int __a,
7623 static vector unsigned int __ATTRS_o_ai vec_splat(vector unsigned int __a,
7632 static vector bool int __ATTRS_o_ai vec_splat(vector bool int __a,
7641 static vector float __ATTRS_o_ai vec_splat(vector float __a,
7651 static vector double __ATTRS_o_ai vec_splat(vector double __a,
7660 static vector bool long long __ATTRS_o_ai vec_splat(vector bool long long __a,
7670 vec_splat(vector signed long long __a, unsigned const int __b) {
7679 vec_splat(vector unsigned long long __a, unsigned const int __b) {
9781 __b = (vector signed int)vec_splat(__b, 3);
9794 __b = (vector signed int)vec_splat(__b, 3);