Home | History | Annotate | Download | only in include

Lines Matching defs:vec_sub

7519 /* vec_sub */
7522 vec_sub(vector signed char __a, vector signed char __b)
7528 vec_sub(vector bool char __a, vector signed char __b)
7534 vec_sub(vector signed char __a, vector bool char __b)
7540 vec_sub(vector unsigned char __a, vector unsigned char __b)
7546 vec_sub(vector bool char __a, vector unsigned char __b)
7552 vec_sub(vector unsigned char __a, vector bool char __b)
7558 vec_sub(vector short __a, vector short __b)
7564 vec_sub(vector bool short __a, vector short __b)
7570 vec_sub(vector short __a, vector bool short __b)
7576 vec_sub(vector unsigned short __a, vector unsigned short __b)
7582 vec_sub(vector bool short __a, vector unsigned short __b)
7588 vec_sub(vector unsigned short __a, vector bool short __b)
7594 vec_sub(vector int __a, vector int __b)
7600 vec_sub(vector bool int __a, vector int __b)
7606 vec_sub(vector int __a, vector bool int __b)
7612 vec_sub(vector unsigned int __a, vector unsigned int __b)
7618 vec_sub(vector bool int __a, vector unsigned int __b)
7624 vec_sub(vector unsigned int __a, vector bool int __b)
7630 vec_sub(vector float __a, vector float __b)