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

Lines Matching defs:vec_splat

7663 /* vec_splat */
7666 vec_splat(vector signed char __a, unsigned const int __b) {
7671 vec_splat(vector unsigned char __a, unsigned const int __b) {
7676 vec_splat(vector bool char __a, unsigned const int __b) {
7681 vec_splat(vector signed short __a, unsigned const int __b) {
7690 vec_splat(vector unsigned short __a, unsigned const int __b) {
7699 vec_splat(vector bool short __a, unsigned const int __b) {
7707 static __inline__ vector pixel __ATTRS_o_ai vec_splat(vector pixel __a,
7717 vec_splat(vector signed int __a, unsigned const int __b) {
7726 vec_splat(vector unsigned int __a, unsigned const int __b) {
7735 vec_splat(vector bool int __a, unsigned const int __b) {
7743 static __inline__ vector float __ATTRS_o_ai vec_splat(vector float __a,
7753 static __inline__ vector double __ATTRS_o_ai vec_splat(vector double __a,
7763 vec_splat(vector bool long long __a, unsigned const int __b) {
7772 vec_splat(vector signed long long __a, unsigned const int __b) {
7781 vec_splat(vector unsigned long long __a, unsigned const int __b) {
9944 __b = (vector signed int)vec_splat(__b, 3);
9957 __b = (vector signed int)vec_splat(__b, 3);