Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h5195 vec_any_ge(__vector signed char __a, __vector signed char __b) { in vec_any_ge() function
5203 vec_any_ge(__vector signed char __a, __vector __bool char __b) { in vec_any_ge() function
5211 vec_any_ge(__vector __bool char __a, __vector signed char __b) { in vec_any_ge() function
5218 vec_any_ge(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_ge() function
5226 vec_any_ge(__vector unsigned char __a, __vector __bool char __b) { in vec_any_ge() function
5234 vec_any_ge(__vector __bool char __a, __vector unsigned char __b) { in vec_any_ge() function
5242 vec_any_ge(__vector __bool char __a, __vector __bool char __b) { in vec_any_ge() function
5250 vec_any_ge(__vector signed short __a, __vector signed short __b) { in vec_any_ge() function
5258 vec_any_ge(__vector signed short __a, __vector __bool short __b) { in vec_any_ge() function
5266 vec_any_ge(__vector __bool short __a, __vector signed short __b) { in vec_any_ge() function
[all …]
H A Daltivec.h16260 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function
16265 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function
16271 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function
16276 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function
16282 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
16310 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, in vec_any_ge() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2950 vec_any_ge(*(const __vector unsigned char *)CurPtr, LongUTF))) in SkipBlockComment()