Searched refs:vec_or (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | altivec.h | 79 #define vec_vor vec_or 220 #define vec_or __builtin_vec_or macro
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | altivec.h | 3750 #define __builtin_altivec_vor vec_or 3753 vec_or(vector signed char __a, vector signed char __b) in vec_or() function 3759 vec_or(vector bool char __a, vector signed char __b) in vec_or() function 3765 vec_or(vector signed char __a, vector bool char __b) in vec_or() function 3771 vec_or(vector unsigned char __a, vector unsigned char __b) in vec_or() function 3777 vec_or(vector bool char __a, vector unsigned char __b) in vec_or() function 3783 vec_or(vector unsigned char __a, vector bool char __b) in vec_or() function 3789 vec_or(vector bool char __a, vector bool char __b) in vec_or() function 3795 vec_or(vector short __a, vector short __b) in vec_or() function 3801 vec_or(vector bool short __a, vector short __b) in vec_or() function [all …]
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | extend.texi | 8794 vector float vec_or (vector float, vector float); 8795 vector float vec_or (vector float, vector bool int); 8796 vector float vec_or (vector bool int, vector float); 8797 vector bool int vec_or (vector bool int, vector bool int); 8798 vector signed int vec_or (vector bool int, vector signed int); 8799 vector signed int vec_or (vector signed int, vector bool int); 8800 vector signed int vec_or (vector signed int, vector signed int); 8801 vector unsigned int vec_or (vector bool int, vector unsigned int); 8802 vector unsigned int vec_or (vector unsigned int, vector bool int); 8803 vector unsigned int vec_or (vector unsigned int, vector unsigned int); [all …]
|