Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dvecintrin.h6408 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
6413 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
6419 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
6425 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
6430 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
6436 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
6442 vec_max(vector signed short __a, vector signed short __b) { in vec_max() function
6447 vec_max(vector signed short __a, vector bool short __b) { in vec_max() function
6453 vec_max(vector bool short __a, vector signed short __b) { in vec_max() function
6459 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
[all …]
Daltivec.h2918 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, in vec_max() function
2923 static vector signed char __ATTRS_o_ai vec_max(vector bool char __a, in vec_max() function
2928 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, in vec_max() function
2933 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, in vec_max() function
2938 static vector unsigned char __ATTRS_o_ai vec_max(vector bool char __a, in vec_max() function
2943 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, in vec_max() function
2948 static vector short __ATTRS_o_ai vec_max(vector short __a, vector short __b) { in vec_max() function
2952 static vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
2957 static vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
2962 static vector unsigned short __ATTRS_o_ai vec_max(vector unsigned short __a, in vec_max() function
[all …]