Searched defs:vec_or (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 2921 vec_or (vector float a1, vector float a2) in vec_or() function 2927 vec_or (vector float a1, vector signed int a2) in vec_or() function 2933 vec_or (vector signed int a1, vector float a2) in vec_or() function 2939 vec_or (vector signed int a1, vector signed int a2) in vec_or() function 2945 vec_or (vector signed int a1, vector unsigned int a2) in vec_or() function 2951 vec_or (vector unsigned int a1, vector signed int a2) in vec_or() function 2957 vec_or (vector unsigned int a1, vector unsigned int a2) in vec_or() function 2963 vec_or (vector signed short a1, vector signed short a2) in vec_or() function 2969 vec_or (vector signed short a1, vector unsigned short a2) in vec_or() function 2975 vec_or (vector unsigned short a1, vector signed short a2) in vec_or() function [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 6853 vec_or(vector signed char __a, vector signed char __b) { in vec_or() function 6858 vec_or(vector bool char __a, vector signed char __b) { in vec_or() function 6862 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or() function 6868 vec_or(vector unsigned char __a, vector unsigned char __b) { in vec_or() function 6873 vec_or(vector bool char __a, vector unsigned char __b) { in vec_or() function 6878 vec_or(vector unsigned char __a, vector bool char __b) { in vec_or() function 6882 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function 6887 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, in vec_or() function 6892 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or() function 6897 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, in vec_or() function [all …]
|
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 220 #define vec_or __builtin_vec_or macro
|