Lines Matching defs:vec_eqv
3923 /* vec_eqv */
3927 vec_eqv(vector signed char __a, vector signed char __b) {
3933 vec_eqv(vector unsigned char __a, vector unsigned char __b) {
3938 static __inline__ vector bool char __ATTRS_o_ai vec_eqv(vector bool char __a,
3945 vec_eqv(vector signed short __a, vector signed short __b) {
3951 vec_eqv(vector unsigned short __a, vector unsigned short __b) {
3957 vec_eqv(vector bool short __a, vector bool short __b) {
3963 vec_eqv(vector signed int __a, vector signed int __b) {
3969 vec_eqv(vector unsigned int __a, vector unsigned int __b) {
3973 static __inline__ vector bool int __ATTRS_o_ai vec_eqv(vector bool int __a,
3980 vec_eqv(vector signed long long __a, vector signed long long __b) {
3986 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) {
3992 vec_eqv(vector bool long long __a, vector bool long long __b) {
3997 static __inline__ vector float __ATTRS_o_ai vec_eqv(vector float __a,
4003 static __inline__ vector double __ATTRS_o_ai vec_eqv(vector double __a,