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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h6744 /*-- vec_slb ----------------------------------------------------------------*/
6747 vec_slb(vector signed char __a, vector signed char __b) { function
6753 vec_slb(vector signed char __a, vector unsigned char __b) { function
6759 vec_slb(vector unsigned char __a, vector signed char __b) { function
6764 vec_slb(vector unsigned char __a, vector unsigned char __b) { function
6769 vec_slb(vector signed short __a, vector signed short __b) { function
6775 vec_slb(vector signed short __a, vector unsigned short __b) { function
6781 vec_slb(vector unsigned short __a, vector signed short __b) { function
6787 vec_slb(vector unsigned short __a, vector unsigned short __b) { function
6793 vec_slb(vecto function
6799 vec_slb(vector signed int __a, vector unsigned int __b) { function
6805 vec_slb(vector unsigned int __a, vector signed int __b) { function
6811 vec_slb(vector unsigned int __a, vector unsigned int __b) { function
6817 vec_slb(vector signed long long __a, vector signed long long __b) { function
6823 vec_slb(vector signed long long __a, vector unsigned long long __b) { function
6829 vec_slb(vector unsigned long long __a, vector signed long long __b) { function
6835 vec_slb(vector unsigned long long __a, vector unsigned long long __b) { function
6842 vec_slb(vector float __a, vector signed int __b) { function
6848 vec_slb(vector float __a, vector unsigned int __b) { function
6855 vec_slb(vector double __a, vector signed long long __b) { function
6861 vec_slb(vector double __a, vector unsigned long long __b) { function
[all...]

Completed in 175 milliseconds