Lines Matching defs:vec_or

6860 /* vec_or */
6862 #define __builtin_altivec_vor vec_or
6865 vec_or(vector signed char __a, vector signed char __b) {
6870 vec_or(vector bool char __a, vector signed char __b) {
6874 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a,
6880 vec_or(vector unsigned char __a, vector unsigned char __b) {
6885 vec_or(vector bool char __a, vector unsigned char __b) {
6890 vec_or(vector unsigned char __a, vector bool char __b) {
6894 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a,
6899 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a,
6904 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a,
6909 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a,
6915 vec_or(vector unsigned short __a, vector unsigned short __b) {
6920 vec_or(vector bool short __a, vector unsigned short __b) {
6925 vec_or(vector unsigned short __a, vector bool short __b) {
6929 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a,
6934 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a,
6939 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a,
6944 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a,
6950 vec_or(vector unsigned int __a, vector unsigned int __b) {
6955 vec_or(vector bool int __a, vector unsigned int __b) {
6960 vec_or(vector unsigned int __a, vector bool int __b) {
6964 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a,
6969 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a,
6976 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a,
6983 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a,
6991 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a,
6997 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a,
7003 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a,
7010 vec_or(vector signed long long __a, vector signed long long __b) {
7015 vec_or(vector bool long long __a, vector signed long long __b) {
7020 vec_or(vector signed long long __a, vector bool long long __b) {
7025 vec_or(vector unsigned long long __a, vector unsigned long long __b) {
7030 vec_or(vector bool long long __a, vector unsigned long long __b) {
7035 vec_or(vector unsigned long long __a, vector bool long long __b) {
7040 vec_or(vector bool long long __a, vector bool long long __b) {