Searched defs:vec_any_eq (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dvecintrin.h3397 vec_any_eq(vector signed char __a, vector signed char __b) { function
3404 vec_any_eq(vector signed char __a, vector bool char __b) { function
3411 vec_any_eq(vector bool char __a, vector signed char __b) { function
3418 vec_any_eq(vector unsigned char __a, vector unsigned char __b) { function
3426 vec_any_eq(vector unsigned char __a, vector bool char __b) { function
3434 vec_any_eq(vector bool char __a, vector unsigned char __b) { function
3442 vec_any_eq(vector bool char __a, vector bool char __b) { function
3450 vec_any_eq(vector signed short __a, vector signed short __b) { function
3457 vec_any_eq(vecto function
3464 vec_any_eq(vector bool short __a, vector signed short __b) { function
3471 vec_any_eq(vector unsigned short __a, vector unsigned short __b) { function
3479 vec_any_eq(vector unsigned short __a, vector bool short __b) { function
3487 vec_any_eq(vector bool short __a, vector unsigned short __b) { function
3495 vec_any_eq(vector bool short __a, vector bool short __b) { function
3503 vec_any_eq(vector signed int __a, vector signed int __b) { function
3510 vec_any_eq(vector signed int __a, vector bool int __b) { function
3517 vec_any_eq(vector bool int __a, vector signed int __b) { function
3524 vec_any_eq(vector unsigned int __a, vector unsigned int __b) { function
3532 vec_any_eq(vector unsigned int __a, vector bool int __b) { function
3540 vec_any_eq(vector bool int __a, vector unsigned int __b) { function
3548 vec_any_eq(vector bool int __a, vector bool int __b) { function
3556 vec_any_eq(vector signed long long __a, vector signed long long __b) { function
3563 vec_any_eq(vector signed long long __a, vector bool long long __b) { function
3570 vec_any_eq(vector bool long long __a, vector signed long long __b) { function
3577 vec_any_eq(vector unsigned long long __a, vector unsigned long long __b) { function
3585 vec_any_eq(vector unsigned long long __a, vector bool long long __b) { function
3593 vec_any_eq(vector bool long long __a, vector unsigned long long __b) { function
3601 vec_any_eq(vector bool long long __a, vector bool long long __b) { function
3609 vec_any_eq(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h12721 static int __ATTRS_o_ai vec_any_eq(vector signed char __a, function
12727 static int __ATTRS_o_ai vec_any_eq(vector signed char __a, function
12733 static int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, function
12739 static int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, function
12745 static int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
12751 static int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
12757 static int __ATTRS_o_ai vec_any_eq(vector bool char __a, vector bool char __b) { function
12762 static int __ATTRS_o_ai vec_any_eq(vector short __a, vector short __b) { function
12766 static int __ATTRS_o_ai vec_any_eq(vecto function
12770 static int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, function
12776 static int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, function
12782 static int __ATTRS_o_ai vec_any_eq(vector bool short __a, vector short __b) { function
12787 static int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
12793 static int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
12799 static int __ATTRS_o_ai vec_any_eq(vector pixel __a, vector pixel __b) { function
12804 static int __ATTRS_o_ai vec_any_eq(vector int __a, vector int __b) { function
12808 static int __ATTRS_o_ai vec_any_eq(vector int __a, vector bool int __b) { function
12812 static int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, function
12818 static int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, function
12824 static int __ATTRS_o_ai vec_any_eq(vector bool int __a, vector int __b) { function
12829 static int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
12835 static int __ATTRS_o_ai vec_any_eq(vector bool int __a, vector bool int __b) { function
12841 static int __ATTRS_o_ai vec_any_eq(vector signed long long __a, function
12846 static int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, function
12852 static int __ATTRS_o_ai vec_any_eq(vector signed long long __a, function
12858 static int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, function
12864 static int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
12870 static int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
12876 static int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
12883 static int __ATTRS_o_ai vec_any_eq(vector float __a, vector float __b) { function
12892 static int __ATTRS_o_ai vec_any_eq(vector double __a, vector double __b) { function
[all...]

Completed in 155 milliseconds