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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h388 vec_perm(__vector signed char __a, __vector signed char __b, function
395 vec_perm(__vector unsigned char __a, __vector unsigned char __b, function
402 vec_perm(__vector __bool char __a, __vector __bool char __b, function
409 vec_perm(__vector signed short __a, __vector signed short __b, function
416 vec_perm(__vector unsigned short __a, __vector unsigned short __b, function
423 vec_perm(__vector __bool short __a, __vector __bool short __b, function
430 vec_perm(__vector signed int __a, __vector signed int __b, function
437 vec_perm(__vector unsigned int __a, __vector unsigned int __b, function
444 vec_perm(__vecto function
451 vec_perm(__vector signed long long __a, __vector signed long long __b, function
458 vec_perm(__vector unsigned long long __a, __vector unsigned long long __b, function
465 vec_perm(__vector __bool long long __a, __vector __bool long long __b, function
473 vec_perm(__vector float __a, __vector float __b, function
481 vec_perm(__vector double __a, __vector double __b, function
[all...]
H A Daltivec.h7320 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
7335 vec_perm(vector unsigned char __a, vector unsigned char __b, function
7350 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7363 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
7379 vec_perm(vector unsigned short __a, vector unsigned short __b, function
7393 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
7407 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
7422 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
7436 vec_perm(vector unsigned int __a, vector unsigned int __b, function
7451 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7464 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
7481 vec_perm(vector signed long long __a, vector signed long long __b, function
7496 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
7511 vec_perm(vector bool long long __a, vector bool long long __b, function
7526 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
[all...]

Completed in 127 milliseconds