Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h4735 vec_any_ge(__vector signed char __a, __vector signed char __b) { in vec_any_ge() function
4743 vec_any_ge(__vector signed char __a, __vector __bool char __b) { in vec_any_ge() function
4751 vec_any_ge(__vector __bool char __a, __vector signed char __b) { in vec_any_ge() function
4782 vec_any_ge(__vector __bool char __a, __vector __bool char __b) { in vec_any_ge() function
4845 vec_any_ge(__vector signed int __a, __vector signed int __b) { in vec_any_ge() function
4853 vec_any_ge(__vector signed int __a, __vector __bool int __b) { in vec_any_ge() function
4861 vec_any_ge(__vector __bool int __a, __vector signed int __b) { in vec_any_ge() function
4876 vec_any_ge(__vector unsigned int __a, __vector __bool int __b) { in vec_any_ge() function
4892 vec_any_ge(__vector __bool int __a, __vector __bool int __b) { in vec_any_ge() function
4956 vec_any_ge(__vector float __a, __vector float __b) { in vec_any_ge() function
[all …]
H A Daltivec.h16282 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function
16288 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function
16294 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function
16300 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function
16305 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function
16343 static __inline__ int __ATTRS_o_ai vec_any_ge(vector int __a, in vec_any_ge() function
16359 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, in vec_any_ge() function
16365 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, in vec_any_ge() function
16371 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, in vec_any_ge() function
16420 static __inline__ int __ATTRS_o_ai vec_any_ge(vector float __a, in vec_any_ge() function
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2873 vec_any_ge(*(const __vector unsigned char *)CurPtr, LongUTF))) in SkipBlockComment()