Home
last modified time | relevance | path

Searched defs:vec_all_eq (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Headers/
Dvecintrin.h2065 vec_all_eq(vector signed char __a, vector signed char __b) { in vec_all_eq() function
2072 vec_all_eq(vector signed char __a, vector bool char __b) { in vec_all_eq() function
2079 vec_all_eq(vector bool char __a, vector signed char __b) { in vec_all_eq() function
2086 vec_all_eq(vector unsigned char __a, vector unsigned char __b) { in vec_all_eq() function
2094 vec_all_eq(vector unsigned char __a, vector bool char __b) { in vec_all_eq() function
2102 vec_all_eq(vector bool char __a, vector unsigned char __b) { in vec_all_eq() function
2110 vec_all_eq(vector bool char __a, vector bool char __b) { in vec_all_eq() function
2118 vec_all_eq(vector signed short __a, vector signed short __b) { in vec_all_eq() function
2125 vec_all_eq(vector signed short __a, vector bool short __b) { in vec_all_eq() function
2132 vec_all_eq(vector bool short __a, vector signed short __b) { in vec_all_eq() function
[all …]
Daltivec.h11606 static int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq() function
11612 static int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq() function
11618 static int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq() function
11624 static int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq() function
11630 static int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
11636 static int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
11642 static int __ATTRS_o_ai vec_all_eq(vector bool char __a, vector bool char __b) { in vec_all_eq() function
11647 static int __ATTRS_o_ai vec_all_eq(vector short __a, vector short __b) { in vec_all_eq() function
11651 static int __ATTRS_o_ai vec_all_eq(vector short __a, vector bool short __b) { in vec_all_eq() function
11655 static int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, in vec_all_eq() function
[all …]