Home
last modified time | relevance | path

Searched defs:vec_perm (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Headers/
Dvecintrin.h361 vec_perm(vector signed char __a, vector signed char __b, in vec_perm() function
368 vec_perm(vector unsigned char __a, vector unsigned char __b, in vec_perm() function
375 vec_perm(vector bool char __a, vector bool char __b, in vec_perm() function
382 vec_perm(vector signed short __a, vector signed short __b, in vec_perm() function
389 vec_perm(vector unsigned short __a, vector unsigned short __b, in vec_perm() function
396 vec_perm(vector bool short __a, vector bool short __b, in vec_perm() function
403 vec_perm(vector signed int __a, vector signed int __b, in vec_perm() function
410 vec_perm(vector unsigned int __a, vector unsigned int __b, in vec_perm() function
417 vec_perm(vector bool int __a, vector bool int __b, in vec_perm() function
424 vec_perm(vector signed long long __a, vector signed long long __b, in vec_perm() function
[all …]
Daltivec.h5961 static __inline__ vector signed char __ATTRS_o_ai vec_perm( in vec_perm() function
5976 vec_perm(vector unsigned char __a, vector unsigned char __b, in vec_perm() function
5991 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_perm() function
6004 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, in vec_perm() function
6020 vec_perm(vector unsigned short __a, vector unsigned short __b, in vec_perm() function
6034 static __inline__ vector bool short __ATTRS_o_ai vec_perm( in vec_perm() function
6048 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, in vec_perm() function
6063 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, in vec_perm() function
6077 vec_perm(vector unsigned int __a, vector unsigned int __b, in vec_perm() function
6092 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_perm() function
[all …]
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h388 vec_perm(__vector signed char __a, __vector signed char __b, in vec_perm() function
395 vec_perm(__vector unsigned char __a, __vector unsigned char __b, in vec_perm() function
402 vec_perm(__vector __bool char __a, __vector __bool char __b, in vec_perm() function
409 vec_perm(__vector signed short __a, __vector signed short __b, in vec_perm() function
416 vec_perm(__vector unsigned short __a, __vector unsigned short __b, in vec_perm() function
423 vec_perm(__vector __bool short __a, __vector __bool short __b, in vec_perm() function
430 vec_perm(__vector signed int __a, __vector signed int __b, in vec_perm() function
437 vec_perm(__vector unsigned int __a, __vector unsigned int __b, in vec_perm() function
444 vec_perm(__vector __bool int __a, __vector __bool int __b, in vec_perm() function
451 vec_perm(__vector signed long long __a, __vector signed long long __b, in vec_perm() function
[all …]
Daltivec.h7564 static __inline__ vector signed char __ATTRS_o_ai vec_perm( in vec_perm() function
7579 vec_perm(vector unsigned char __a, vector unsigned char __b, in vec_perm() function
7594 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_perm() function
7607 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, in vec_perm() function
7623 vec_perm(vector unsigned short __a, vector unsigned short __b, in vec_perm() function
7637 static __inline__ vector bool short __ATTRS_o_ai vec_perm( in vec_perm() function
7651 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, in vec_perm() function
7666 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, in vec_perm() function
7680 vec_perm(vector unsigned int __a, vector unsigned int __b, in vec_perm() function
7695 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_perm() function
[all …]