Searched refs:vec_sub (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h242 #define vec_sub __builtin_vec_sub macro
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h7519 /* vec_sub */
7522 vec_sub(vector signed char __a, vector signed char __b) function
7528 vec_sub(vector bool char __a, vector signed char __b) function
7534 vec_sub(vector signed char __a, vector bool char __b) function
7540 vec_sub(vector unsigned char __a, vector unsigned char __b) function
7546 vec_sub(vector bool char __a, vector unsigned char __b) function
7552 vec_sub(vector unsigned char __a, vector bool char __b) function
7558 vec_sub(vector short __a, vector short __b) function
7564 vec_sub(vector bool short __a, vector short __b) function
7570 vec_sub(vecto function
7576 vec_sub(vector unsigned short __a, vector unsigned short __b) function
7582 vec_sub(vector bool short __a, vector unsigned short __b) function
7588 vec_sub(vector unsigned short __a, vector bool short __b) function
7594 vec_sub(vector int __a, vector int __b) function
7600 vec_sub(vector bool int __a, vector int __b) function
7606 vec_sub(vector int __a, vector bool int __b) function
7612 vec_sub(vector unsigned int __a, vector unsigned int __b) function
7618 vec_sub(vector bool int __a, vector unsigned int __b) function
7624 vec_sub(vector unsigned int __a, vector bool int __b) function
7630 vec_sub(vector float __a, vector float __b) function
[all...]

Completed in 53 milliseconds