Home
last modified time | relevance | path

Searched refs:__CR6_EQ (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Headers/
Daltivec.h32 #define __CR6_EQ 0 macro
10624 return __builtin_altivec_vcmpgtsb_p(__CR6_EQ, __b, __a); in vec_all_ge()
10630 return __builtin_altivec_vcmpgtsb_p(__CR6_EQ, (vector signed char)__b, __a); in vec_all_ge()
10636 return __builtin_altivec_vcmpgtub_p(__CR6_EQ, __b, __a); in vec_all_ge()
10642 return __builtin_altivec_vcmpgtub_p(__CR6_EQ, (vector unsigned char)__b, __a); in vec_all_ge()
10648 return __builtin_altivec_vcmpgtub_p(__CR6_EQ, in vec_all_ge()
10656 return __builtin_altivec_vcmpgtub_p(__CR6_EQ, __b, (vector unsigned char)__a); in vec_all_ge()
10662 return __builtin_altivec_vcmpgtub_p(__CR6_EQ, in vec_all_ge()
10670 return __builtin_altivec_vcmpgtsh_p(__CR6_EQ, __b, __a); in vec_all_ge()
10676 return __builtin_altivec_vcmpgtsh_p(__CR6_EQ, (vector short)__b, __a); in vec_all_ge()
[all …]