Lines Matching defs:vec_vnor
6789 /* vec_vnor */
6792 vec_vnor(vector signed char __a, vector signed char __b) {
6797 vec_vnor(vector unsigned char __a, vector unsigned char __b) {
6801 static __inline__ vector bool char __ATTRS_o_ai vec_vnor(vector bool char __a,
6806 static __inline__ vector short __ATTRS_o_ai vec_vnor(vector short __a,
6812 vec_vnor(vector unsigned short __a, vector unsigned short __b) {
6817 vec_vnor(vector bool short __a, vector bool short __b) {
6821 static __inline__ vector int __ATTRS_o_ai vec_vnor(vector int __a,
6827 vec_vnor(vector unsigned int __a, vector unsigned int __b) {
6831 static __inline__ vector bool int __ATTRS_o_ai vec_vnor(vector bool int __a,
6836 static __inline__ vector float __ATTRS_o_ai vec_vnor(vector float __a,