Searched refs:vec_cmpge (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h65 #define vec_vcmpgefp vec_cmpge
118 #define vec_cmpge __builtin_vec_cmpge macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h1965 /* vec_cmpge */
1968 vec_cmpge(vector signed char __a, vector signed char __b) { function
1973 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { function
1978 vec_cmpge(vector signed short __a, vector signed short __b) { function
1983 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { function
1988 vec_cmpge(vector signed int __a, vector signed int __b) { function
1993 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { function
1997 static __inline__ vector bool int __ATTRS_o_ai vec_cmpge(vector float __a, function
2008 vec_cmpge(vector double __a, vector double __b) { function
2015 vec_cmpge(vecto function
2020 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { function
[all...]
H A Dvecintrin.h2309 /*-- vec_cmpge --------------------------------------------------------------*/
2312 vec_cmpge(vector signed char __a, vector signed char __b) { function
2317 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { function
2322 vec_cmpge(vector signed short __a, vector signed short __b) { function
2327 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { function
2332 vec_cmpge(vector signed int __a, vector signed int __b) { function
2337 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { function
2342 vec_cmpge(vector signed long long __a, vector signed long long __b) { function
2347 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { function
2353 vec_cmpge(vecto function
2359 vec_cmpge(vector double __a, vector double __b) { function
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h371 return ((__m128d)vec_cmpge ((__v2df) __A,(__v2df) __B));
384 return ((__m128d)vec_cmpge ((__v2df) __A, (__v2df) __B));
502 c = (__v2df) vec_cmpge(a, b);
524 c = (__v2df) vec_cmpge(a, b);
535 c = (__v2df) vec_cmpge(a, b);
H A Dxmmintrin.h504 return ((__m128)vec_cmpge ((__v4sf)__A, (__v4sf)__B));
517 return ((__m128)vec_cmpge ((__v4sf)__A, (__v4sf)__B));
655 c = (__v4sf) vec_cmpge(a, b);
692 c = (__v4sf) vec_cmpge(a, b);

Completed in 596 milliseconds