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
11107 return __builtin_altivec_vcmpgtsb_p(__CR6_EQ, __b, __a); in vec_all_ge()
11113 return __builtin_altivec_vcmpgtsb_p(__CR6_EQ, (vector signed char)__b, __a); in vec_all_ge()
11119 return __builtin_altivec_vcmpgtub_p(__CR6_EQ, __b, __a); in vec_all_ge()
11125 return __builtin_altivec_vcmpgtub_p(__CR6_EQ, (vector unsigned char)__b, __a); in vec_all_ge()
11131 return __builtin_altivec_vcmpgtub_p(__CR6_EQ, in vec_all_ge()
11139 return __builtin_altivec_vcmpgtub_p(__CR6_EQ, __b, (vector unsigned char)__a); in vec_all_ge()
11145 return __builtin_altivec_vcmpgtub_p(__CR6_EQ, in vec_all_ge()
11153 return __builtin_altivec_vcmpgtsh_p(__CR6_EQ, __b, __a); in vec_all_ge()
11159 return __builtin_altivec_vcmpgtsh_p(__CR6_EQ, (vector short)__b, __a); in vec_all_ge()
[all …]