Lines Matching defs:vec_or
4787 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or() function
4792 static vector signed char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function
4797 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or() function
4802 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, in vec_or() function
4807 static vector unsigned char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function
4812 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, in vec_or() function
4817 static vector bool char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function
4822 static vector short __ATTRS_o_ai vec_or(vector short __a, vector short __b) { in vec_or() function
4826 static vector short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or() function
4831 static vector short __ATTRS_o_ai vec_or(vector short __a, in vec_or() function
4836 static vector unsigned short __ATTRS_o_ai vec_or(vector unsigned short __a, in vec_or() function
4841 static vector unsigned short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or() function
4846 static vector unsigned short __ATTRS_o_ai vec_or(vector unsigned short __a, in vec_or() function
4851 static vector bool short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or() function
4856 static vector int __ATTRS_o_ai vec_or(vector int __a, vector int __b) { in vec_or() function
4860 static vector int __ATTRS_o_ai vec_or(vector bool int __a, vector int __b) { in vec_or() function
4864 static vector int __ATTRS_o_ai vec_or(vector int __a, vector bool int __b) { in vec_or() function
4868 static vector unsigned int __ATTRS_o_ai vec_or(vector unsigned int __a, in vec_or() function
4873 static vector unsigned int __ATTRS_o_ai vec_or(vector bool int __a, in vec_or() function
4878 static vector unsigned int __ATTRS_o_ai vec_or(vector unsigned int __a, in vec_or() function
4883 static vector bool int __ATTRS_o_ai vec_or(vector bool int __a, in vec_or() function
4888 static vector float __ATTRS_o_ai vec_or(vector float __a, vector float __b) { in vec_or() function
4894 static vector float __ATTRS_o_ai vec_or(vector bool int __a, vector float __b) { in vec_or() function
4900 static vector float __ATTRS_o_ai vec_or(vector float __a, vector bool int __b) { in vec_or() function
4907 static vector double __ATTRS_o_ai vec_or(vector bool long long __a, in vec_or() function
4912 static vector double __ATTRS_o_ai vec_or(vector double __a, in vec_or() function
4917 static vector double __ATTRS_o_ai vec_or(vector double __a, vector double __b) { in vec_or() function
4924 vec_or(vector signed long long __a, vector signed long long __b) { in vec_or() function
4929 vec_or(vector bool long long __a, vector signed long long __b) { in vec_or() function
4933 static vector signed long long __ATTRS_o_ai vec_or(vector signed long long __a, in vec_or() function
4939 vec_or(vector unsigned long long __a, vector unsigned long long __b) { in vec_or() function
4944 vec_or(vector bool long long __a, vector unsigned long long __b) { in vec_or() function
4949 vec_or(vector unsigned long long __a, vector bool long long __b) { in vec_or() function
4953 static vector bool long long __ATTRS_o_ai vec_or(vector bool long long __a, in vec_or() function