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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h79 #define vec_vor vec_or
220 #define vec_or __builtin_vec_or macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h465 return ((__m128)vec_or ((__v4sf)__A, (__v4sf)__B));
565 return ((__m128 ) vec_or (c, d));
786 c = vec_or (c, d);
H A Dtmmintrin.h130 return (__m128i) vec_or ((__v16qu) __A, (__v16qu) __B);
H A Demmintrin.h446 return ((__m128d)vec_or(c, d));
1867 return (vec_or ((__v2df) __A, (__v2df) __B));
1891 return (__m128i)vec_or ((__v2di) __A, (__v2di) __B);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h6173 /* vec_or */
6175 #define __builtin_altivec_vor vec_or
6178 vec_or(vector signed char __a, vector signed char __b) { function
6183 vec_or(vector bool char __a, vector signed char __b) { function
6187 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
6193 vec_or(vector unsigned char __a, vector unsigned char __b) { function
6198 vec_or(vector bool char __a, vector unsigned char __b) { function
6203 vec_or(vector unsigned char __a, vector bool char __b) { function
6207 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
6212 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
6217 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
6222 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
6228 vec_or(vector unsigned short __a, vector unsigned short __b) { function
6233 vec_or(vector bool short __a, vector unsigned short __b) { function
6238 vec_or(vector unsigned short __a, vector bool short __b) { function
6242 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
6247 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
6252 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
6257 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
6263 vec_or(vector unsigned int __a, vector unsigned int __b) { function
6268 vec_or(vector bool int __a, vector unsigned int __b) { function
6273 vec_or(vector unsigned int __a, vector bool int __b) { function
6277 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
6282 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
6289 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
6296 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
6304 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
6310 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
6316 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
6323 vec_or(vector signed long long __a, vector signed long long __b) { function
6328 vec_or(vector bool long long __a, vector signed long long __b) { function
6333 vec_or(vector signed long long __a, vector bool long long __b) { function
6338 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
6343 vec_or(vector bool long long __a, vector unsigned long long __b) { function
6348 vec_or(vector unsigned long long __a, vector bool long long __b) { function
6353 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 133 milliseconds