Searched defs:vec_perm (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 391 vec_perm(__vector signed char __a, __vector signed char __b, in vec_perm() function 398 vec_perm(__vector unsigned char __a, __vector unsigned char __b, in vec_perm() function 405 vec_perm(__vector __bool char __a, __vector __bool char __b, in vec_perm() function 412 vec_perm(__vector signed short __a, __vector signed short __b, in vec_perm() function 419 vec_perm(__vector unsigned short __a, __vector unsigned short __b, in vec_perm() function 426 vec_perm(__vector __bool short __a, __vector __bool short __b, in vec_perm() function 433 vec_perm(__vector signed int __a, __vector signed int __b, in vec_perm() function 440 vec_perm(__vector unsigned int __a, __vector unsigned int __b, in vec_perm() function 447 vec_perm(__vector __bool int __a, __vector __bool int __b, in vec_perm() function 454 vec_perm(__vector signed long long __a, __vector signed long long __b, in vec_perm() function [all …]
|
| H A D | altivec.h | 7962 static __inline__ vector signed char __ATTRS_o_ai vec_perm( in vec_perm() function 7977 vec_perm(vector unsigned char __a, vector unsigned char __b, in vec_perm() function 7992 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_perm() function 8005 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, in vec_perm() function 8021 vec_perm(vector unsigned short __a, vector unsigned short __b, in vec_perm() function 8035 static __inline__ vector bool short __ATTRS_o_ai vec_perm( in vec_perm() function 8049 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, in vec_perm() function 8064 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, in vec_perm() function 8078 vec_perm(vector unsigned int __a, vector unsigned int __b, in vec_perm() function 8093 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_perm() function [all …]
|