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 | 1493 static vector bool char __ATTRS_o_ai vec_cmpeq(vector signed char __a, in vec_cmpeq() function 1499 static vector bool char __ATTRS_o_ai vec_cmpeq(vector unsigned char __a, in vec_cmpeq() function 1505 static vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function 1510 static vector bool short __ATTRS_o_ai vec_cmpeq(vector unsigned short __a, in vec_cmpeq() function 1516 static vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, vector int __b) { in vec_cmpeq() function 1520 static vector bool int __ATTRS_o_ai vec_cmpeq(vector unsigned int __a, in vec_cmpeq() function 1528 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function 1533 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpeq() function 1539 static vector bool int __ATTRS_o_ai vec_cmpeq(vector float __a, in vec_cmpeq() function 1550 vec_cmpeq(vector double __a, vector double __b) { in vec_cmpeq() function
|