Searched defs:vec_eqv (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 2128 vec_eqv(vector signed char __a, vector signed char __b) { in vec_eqv() function 2134 vec_eqv(vector unsigned char __a, vector unsigned char __b) { in vec_eqv() function 2139 static __inline__ vector bool char __ATTRS_o_ai vec_eqv(vector bool char __a, in vec_eqv() function 2146 vec_eqv(vector signed short __a, vector signed short __b) { in vec_eqv() function 2152 vec_eqv(vector unsigned short __a, vector unsigned short __b) { in vec_eqv() function 2158 vec_eqv(vector bool short __a, vector bool short __b) { in vec_eqv() function 2164 vec_eqv(vector signed int __a, vector signed int __b) { in vec_eqv() function 2170 vec_eqv(vector unsigned int __a, vector unsigned int __b) { in vec_eqv() function 2174 static __inline__ vector bool int __ATTRS_o_ai vec_eqv(vector bool int __a, in vec_eqv() function 2181 vec_eqv(vector signed long long __a, vector signed long long __b) { in vec_eqv() function [all …]
|