Searched defs:vec_or (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 4787 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or() function 4792 static vector signed char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function 4797 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or() function 4802 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, in vec_or() function 4807 static vector unsigned char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function 4812 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, in vec_or() function 4817 static vector bool char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function 4822 static vector short __ATTRS_o_ai vec_or(vector short __a, vector short __b) { in vec_or() function 4826 static vector short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or() function 4831 static vector short __ATTRS_o_ai vec_or(vector short __a, in vec_or() function [all …]
|