Searched defs:vec_cmpeq (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 2400 vec_cmpeq(__vector __bool char __a, __vector __bool char __b) { vec_cmpeq() function 2405 vec_cmpeq(__vector signed char __a, __vector signed char __b) { vec_cmpeq() function 2410 vec_cmpeq(__vector unsigned char __a, __vector unsigned char __b) { vec_cmpeq() function 2415 vec_cmpeq(__vector __bool short __a, __vector __bool short __b) { vec_cmpeq() function 2420 vec_cmpeq(__vector signed short __a, __vector signed short __b) { vec_cmpeq() function 2425 vec_cmpeq(__vector unsigned short __a, __vector unsigned short __b) { vec_cmpeq() function 2430 vec_cmpeq(__vector __bool int __a, __vector __bool int __b) { vec_cmpeq() function 2435 vec_cmpeq(__vector signed int __a, __vector signed int __b) { vec_cmpeq() function 2440 vec_cmpeq(__vector unsigned int __a, __vector unsigned int __b) { vec_cmpeq() function 2445 vec_cmpeq(__vector __bool long long __a, __vector __bool long long __b) { vec_cmpeq() function 2450 vec_cmpeq(__vector signed long long __a, __vector signed long long __b) { vec_cmpeq() function 2455 vec_cmpeq(__vector unsigned long long __a, __vector unsigned long long __b) { vec_cmpeq() function 2461 vec_cmpeq(__vector float __a, __vector float __b) { vec_cmpeq() function 2467 vec_cmpeq(__vector double __a, __vector double __b) { vec_cmpeq() function [all...] |
H A D | altivec.h | 1708 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function 1714 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function 1720 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq() function 1725 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function 1731 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function 1737 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq() function 1742 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, in vec_cmpeq() function 1748 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function 1753 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vecto function 1761 vec_cmpeq(vector signed long long __a, vector signed long long __b) { vec_cmpeq() function 1766 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { vec_cmpeq() function 1772 vec_cmpeq(vector bool long long __a, vector bool long long __b) { vec_cmpeq() function 1778 vec_cmpeq(vector signed long long __a, vector signed long long __b) { vec_cmpeq() function 1793 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { vec_cmpeq() function 1798 vec_cmpeq(vector bool long long __a, vector bool long long __b) { vec_cmpeq() function 1803 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector float __a, vec_cmpeq() function 1814 vec_cmpeq(vector double __a, vector double __b) { vec_cmpeq() function 1821 vec_cmpeq(vector signed __int128 __a, vector signed __int128 __b) { vec_cmpeq() function 1827 vec_cmpeq(vector unsigned __int128 __a, vector unsigned __int128 __b) { vec_cmpeq() function 1833 vec_cmpeq(vector bool __int128 __a, vector bool __int128 __b) { vec_cmpeq() function [all...] |