Searched defs:vec_cmpeq (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
D | vecintrin.h | 1810 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq() function 1815 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function 1820 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function 1825 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq() function 1830 vec_cmpeq(vector signed short __a, vector signed short __b) { in vec_cmpeq() function 1835 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function 1840 vec_cmpeq(vector bool int __a, vector bool int __b) { in vec_cmpeq() function 1845 vec_cmpeq(vector signed int __a, vector signed int __b) { in vec_cmpeq() function 1850 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function 1855 vec_cmpeq(vector bool long long __a, vector bool long long __b) { in vec_cmpeq() function [all …]
|
D | altivec.h | 1536 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function 1542 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function 1547 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function 1553 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function 1558 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, in vec_cmpeq() function 1564 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function 1571 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function 1576 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpeq() function 1582 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector float __a, in vec_cmpeq() function 1593 vec_cmpeq(vector double __a, vector double __b) { in vec_cmpeq() function
|