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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h229 #define vec_cmpge __builtin_s390_vec_cmpge macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h235 #define vec_cmpge __builtin_s390_vec_cmpge macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
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);
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);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dxmmintrin.h527 return ((__m128)vec_cmpge ((__v4sf)__A, (__v4sf)__B));
540 return ((__m128)vec_cmpge ((__v4sf)__A, (__v4sf)__B));
678 __c = (__v4sf) vec_cmpge(__a, __b);
715 __c = (__v4sf) vec_cmpge(__a, __b);
H A Daltivec.h64 #define vec_vcmpgefp vec_cmpge
120 #define vec_cmpge __builtin_vec_cmpge macro
H A Demmintrin.h396 return ((__m128d)vec_cmpge ((__v2df) __A,(__v2df) __B));
409 return ((__m128d)vec_cmpge ((__v2df) __A, (__v2df) __B));
519 c = (__v2df) vec_cmpge(a, b);
541 c = (__v2df) vec_cmpge(a, b);
552 c = (__v2df) vec_cmpge(a, b);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h69 #define vec_vcmpgefp vec_cmpge
H A Dxmmintrin.h527 return ((__m128)vec_cmpge ((__v4sf)__A, (__v4sf)__B));
540 return ((__m128)vec_cmpge ((__v4sf)__A, (__v4sf)__B));
678 __c = (__v4sf) vec_cmpge(__a, __b);
715 __c = (__v4sf) vec_cmpge(__a, __b);
H A Demmintrin.h396 return ((__m128d)vec_cmpge ((__v2df) __A,(__v2df) __B));
409 return ((__m128d)vec_cmpge ((__v2df) __A, (__v2df) __B));
517 __c = (__v2df) vec_cmpge(__a, __b);
539 __c = (__v2df) vec_cmpge(__a, __b);
550 __c = (__v2df) vec_cmpge(__a, __b);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h2207 /* vec_cmpge */
2210 vec_cmpge(vector signed char __a, vector signed char __b) { function
2215 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { function
2220 vec_cmpge(vector signed short __a, vector signed short __b) { function
2225 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { function
2230 vec_cmpge(vector signed int __a, vector signed int __b) { function
2235 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { function
2239 static __inline__ vector bool int __ATTRS_o_ai vec_cmpge(vector float __a, function
2250 vec_cmpge(vector double __a, vector double __b) { function
2255 vec_cmpge(vecto function
2260 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { function
2267 vec_cmpge(vector signed __int128 __a, vector signed __int128 __b) { function
2272 vec_cmpge(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
[all...]
H A Dvecintrin.h2471 /*-- vec_cmpge --------------------------------------------------------------*/
2474 vec_cmpge(__vector signed char __a, __vector signed char __b) { function
2479 vec_cmpge(__vector unsigned char __a, __vector unsigned char __b) { function
2484 vec_cmpge(__vector signed short __a, __vector signed short __b) { function
2489 vec_cmpge(__vector unsigned short __a, __vector unsigned short __b) { function
2494 vec_cmpge(__vector signed int __a, __vector signed int __b) { function
2499 vec_cmpge(__vector unsigned int __a, __vector unsigned int __b) { function
2504 vec_cmpge(__vector signed long long __a, __vector signed long long __b) { function
2509 vec_cmpge(__vector unsigned long long __a, __vector unsigned long long __b) { function
2515 vec_cmpge(__vecto function
2521 vec_cmpge(__vector double __a, __vector double __b) { function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h495 /* vec_cmpge (vector compare greater than or equal)
498 static inline vec_bint4 vec_cmpge(vec_float4 a, vec_float4 b) function

Completed in 384 milliseconds