Home | History | Annotate | Download | only in include

Lines Matching defs:vec_sub

9352 /* vec_sub */
9355 vec_sub(vector signed char __a, vector signed char __b) {
9360 vec_sub(vector bool char __a, vector signed char __b) {
9365 vec_sub(vector signed char __a, vector bool char __b) {
9370 vec_sub(vector unsigned char __a, vector unsigned char __b) {
9375 vec_sub(vector bool char __a, vector unsigned char __b) {
9380 vec_sub(vector unsigned char __a, vector bool char __b) {
9384 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a,
9389 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a,
9394 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a,
9400 vec_sub(vector unsigned short __a, vector unsigned short __b) {
9405 vec_sub(vector bool short __a, vector unsigned short __b) {
9410 vec_sub(vector unsigned short __a, vector bool short __b) {
9414 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a,
9419 static __inline__ vector int __ATTRS_o_ai vec_sub(vector bool int __a,
9424 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a,
9430 vec_sub(vector unsigned int __a, vector unsigned int __b) {
9435 vec_sub(vector bool int __a, vector unsigned int __b) {
9440 vec_sub(vector unsigned int __a, vector bool int __b) {
9446 vec_sub(vector signed __int128 __a, vector signed __int128 __b) {
9451 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) {
9458 vec_sub(vector signed long long __a, vector signed long long __b) {
9463 vec_sub(vector unsigned long long __a, vector unsigned long long __b) {
9467 static __inline__ vector double __ATTRS_o_ai vec_sub(vector double __a,
9473 static __inline__ vector float __ATTRS_o_ai vec_sub(vector float __a,