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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h347 return ((__m128d)vec_cmpeq ((__v2df) __A, (__v2df) __B));
377 __v2df temp = (__v2df) vec_cmpeq ((__v2df) __A, (__v2df)__B);
411 c = (__v2du)vec_cmpeq (__A, __A);
412 d = (__v2du)vec_cmpeq (__B, __B);
432 c = (__v2du)vec_cmpeq ((__v2df)__A, (__v2df)__A);
433 d = (__v2du)vec_cmpeq ((__v2df)__B, (__v2df)__B);
441 c = (__v2du)vec_cmpeq ((__v2df)__A, (__v2df)__A);
442 d = (__v2du)vec_cmpeq ((__v2df)__B, (__v2df)__B);
460 c = (__v2df) vec_cmpeq(a, b);
512 c = (__v2df) vec_cmpeq(
[all...]
H A Dxmmintrin.h480 return ((__m128)vec_cmpeq ((__v4sf)__A,(__v4sf) __B));
510 __v4sf temp = (__v4sf ) vec_cmpeq ((__v4sf) __A, (__v4sf)__B);
583 c = (__v4sf) vec_cmpeq(a, b);
673 c = (__v4sf) vec_cmpeq(a, b);
H A Dmmintrin.h784 c = (__vector signed short)vec_cmpeq(a, b);
848 c = (__vector signed int)vec_cmpeq(a, b);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h1622 /* vec_cmpeq */
1625 vec_cmpeq(vector signed char __a, vector signed char __b) { function
1631 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { function
1637 vec_cmpeq(vector bool char __a, vector bool char __b) { function
1642 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, function
1648 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { function
1654 vec_cmpeq(vector bool short __a, vector bool short __b) { function
1659 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, function
1665 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { function
1670 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vecto function
1678 vec_cmpeq(vector signed long long __a, vector signed long long __b) { function
1683 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { function
1689 vec_cmpeq(vector bool long long __a, vector bool long long __b) { function
1696 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector float __a, function
1707 vec_cmpeq(vector double __a, vector double __b) { function
[all...]
H A Dvecintrin.h2235 /*-- vec_cmpeq --------------------------------------------------------------*/
2238 vec_cmpeq(vector bool char __a, vector bool char __b) { function
2243 vec_cmpeq(vector signed char __a, vector signed char __b) { function
2248 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { function
2253 vec_cmpeq(vector bool short __a, vector bool short __b) { function
2258 vec_cmpeq(vector signed short __a, vector signed short __b) { function
2263 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { function
2268 vec_cmpeq(vector bool int __a, vector bool int __b) { function
2273 vec_cmpeq(vector signed int __a, vector signed int __b) { function
2278 vec_cmpeq(vecto function
2283 vec_cmpeq(vector bool long long __a, vector bool long long __b) { function
2288 vec_cmpeq(vector signed long long __a, vector signed long long __b) { function
2293 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { function
2299 vec_cmpeq(vector float __a, vector float __b) { function
2305 vec_cmpeq(vector double __a, vector double __b) { function
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h195 #define vec_cmpeq __builtin_vec_cmpeq macro

Completed in 197 milliseconds