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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h437 __vector __bool int m = vec_cmpgt ((__v4sf) __B, (__v4sf) __A);
444 __vector __bool int m = vec_cmpgt ((__v4sf) __A, (__v4sf) __B);
498 return ((__m128)vec_cmpgt ((__v4sf)__A, (__v4sf)__B));
523 return ((__m128)vec_cmpgt ((__v4sf)__A, (__v4sf)__B));
548 c = (__vector unsigned int) vec_cmpgt (float_exp_mask, a);
549 d = (__vector unsigned int) vec_cmpgt (float_exp_mask, b);
563 c = (__vector unsigned int) vec_cmpgt (a, float_exp_mask);
564 d = (__vector unsigned int) vec_cmpgt (b, float_exp_mask);
637 c = (__v4sf) vec_cmpgt(a, b);
710 c = (__v4sf) vec_cmpgt(
[all...]
H A Dtmmintrin.h349 (__v16qi) vec_neg ((__v16qi) vec_cmpgt ((__v16qi) __B, __zero));
361 (__v8hi) vec_neg ((__v8hi) vec_cmpgt ((__v8hi) __B, __zero));
373 (__v4si) vec_neg ((__v4si) vec_cmpgt ((__v4si) __B, __zero));
H A Demmintrin.h365 return ((__m128d)vec_cmpgt ((__v2df) __A, (__v2df) __B));
390 return ((__m128d)vec_cmpgt ((__v2df) __A, (__v2df) __B));
419 c = (__v2du)vec_cmpgt (double_exp_mask, a);
420 d = (__v2du)vec_cmpgt (double_exp_mask, b);
492 c = (__v2df) vec_cmpgt(a, b);
1939 return (__m128i) vec_cmpgt ((__v16qi) __A, (__v16qi)__B);
1945 return (__m128i) vec_cmpgt ((__v8hi) __A, (__v8hi)__B);
1951 return (__m128i) vec_cmpgt ((__v4si) __A, (__v4si)__B);
2139 mask = (__v16qu)vec_cmpgt ((__v16qu)__B, (__v16qu)hibit);
H A Dmmintrin.h747 c = (__vector signed char)vec_cmpgt(a, b);
815 c = (__vector signed short)vec_cmpgt(a, b);
877 c = (__vector signed int)vec_cmpgt(a, b);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2363 /*-- vec_cmpgt --------------------------------------------------------------*/
2366 vec_cmpgt(vector signed char __a, vector signed char __b) { function
2371 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { function
2376 vec_cmpgt(vector signed short __a, vector signed short __b) { function
2381 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { function
2386 vec_cmpgt(vector signed int __a, vector signed int __b) { function
2391 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { function
2396 vec_cmpgt(vector signed long long __a, vector signed long long __b) { function
2401 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { function
2407 vec_cmpgt(vecto function
2413 vec_cmpgt(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h1905 /* vec_cmpgt */
1908 vec_cmpgt(vector signed char __a, vector signed char __b) { function
1913 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { function
1917 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, function
1923 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { function
1927 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, function
1933 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { function
1939 vec_cmpgt(vector signed long long __a, vector signed long long __b) { function
1944 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { function
1949 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vecto function
1960 vec_cmpgt(vector double __a, vector double __b) { function
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h196 #define vec_cmpgt __builtin_vec_cmpgt macro

Completed in 202 milliseconds