Searched defs:vec_or (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
H A D | altivec.h | 4148 /* vec_or */ 4150 #define __builtin_altivec_vor vec_or 4153 vec_or(vector signed char __a, vector signed char __b) function 4159 vec_or(vector bool char __a, vector signed char __b) function 4165 vec_or(vector signed char __a, vector bool char __b) function 4171 vec_or(vector unsigned char __a, vector unsigned char __b) function 4177 vec_or(vector bool char __a, vector unsigned char __b) function 4183 vec_or(vector unsigned char __a, vector bool char __b) function 4189 vec_or(vector bool char __a, vector bool char __b) function 4195 vec_or(vecto function 4201 vec_or(vector bool short __a, vector short __b) function 4207 vec_or(vector short __a, vector bool short __b) function 4213 vec_or(vector unsigned short __a, vector unsigned short __b) function 4219 vec_or(vector bool short __a, vector unsigned short __b) function 4225 vec_or(vector unsigned short __a, vector bool short __b) function 4231 vec_or(vector bool short __a, vector bool short __b) function 4237 vec_or(vector int __a, vector int __b) function 4243 vec_or(vector bool int __a, vector int __b) function 4249 vec_or(vector int __a, vector bool int __b) function 4255 vec_or(vector unsigned int __a, vector unsigned int __b) function 4261 vec_or(vector bool int __a, vector unsigned int __b) function 4267 vec_or(vector unsigned int __a, vector bool int __b) function 4273 vec_or(vector bool int __a, vector bool int __b) function 4279 vec_or(vector float __a, vector float __b) function 4286 vec_or(vector bool int __a, vector float __b) function 4293 vec_or(vector float __a, vector bool int __b) function [all...] |
Completed in 54 milliseconds