• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/

Lines Matching defs:vec_or

6173 /* vec_or */
6175 #define __builtin_altivec_vor vec_or
6178 vec_or(vector signed char __a, vector signed char __b) {
6183 vec_or(vector bool char __a, vector signed char __b) {
6187 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a,
6193 vec_or(vector unsigned char __a, vector unsigned char __b) {
6198 vec_or(vector bool char __a, vector unsigned char __b) {
6203 vec_or(vector unsigned char __a, vector bool char __b) {
6207 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a,
6212 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a,
6217 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a,
6222 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a,
6228 vec_or(vector unsigned short __a, vector unsigned short __b) {
6233 vec_or(vector bool short __a, vector unsigned short __b) {
6238 vec_or(vector unsigned short __a, vector bool short __b) {
6242 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a,
6247 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a,
6252 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a,
6257 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a,
6263 vec_or(vector unsigned int __a, vector unsigned int __b) {
6268 vec_or(vector bool int __a, vector unsigned int __b) {
6273 vec_or(vector unsigned int __a, vector bool int __b) {
6277 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a,
6282 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a,
6289 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a,
6296 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a,
6304 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a,
6310 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a,
6316 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a,
6323 vec_or(vector signed long long __a, vector signed long long __b) {
6328 vec_or(vector bool long long __a, vector signed long long __b) {
6333 vec_or(vector signed long long __a, vector bool long long __b) {
6338 vec_or(vector unsigned long long __a, vector unsigned long long __b) {
6343 vec_or(vector bool long long __a, vector unsigned long long __b) {
6348 vec_or(vector unsigned long long __a, vector bool long long __b) {
6353 vec_or(vector bool long long __a, vector bool long long __b) {