Searched defs:vec_or (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h6234 vec_or(vector signed char __a, vector signed char __b) { function
6239 vec_or(vector bool char __a, vector signed char __b) { function
6243 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
6249 vec_or(vector unsigned char __a, vector unsigned char __b) { function
6254 vec_or(vector bool char __a, vector unsigned char __b) { function
6259 vec_or(vector unsigned char __a, vector bool char __b) { function
6263 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
6268 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
6273 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
6278 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
6284 vec_or(vector unsigned short __a, vector unsigned short __b) { function
6289 vec_or(vector bool short __a, vector unsigned short __b) { function
6294 vec_or(vector unsigned short __a, vector bool short __b) { function
6298 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
6303 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
6308 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
6313 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
6319 vec_or(vector unsigned int __a, vector unsigned int __b) { function
6324 vec_or(vector bool int __a, vector unsigned int __b) { function
6329 vec_or(vector unsigned int __a, vector bool int __b) { function
6333 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
6338 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
6345 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
6352 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
6360 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
6366 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
6372 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
6379 vec_or(vector signed long long __a, vector signed long long __b) { function
6384 vec_or(vector bool long long __a, vector signed long long __b) { function
6389 vec_or(vector signed long long __a, vector bool long long __b) { function
6394 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
6399 vec_or(vector bool long long __a, vector unsigned long long __b) { function
6404 vec_or(vector unsigned long long __a, vector bool long long __b) { function
6409 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 207 milliseconds