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

/external/clang/lib/Headers/
H A Dvecintrin.h358 /*-- vec_perm ---------------------------------------------------------------*/
361 vec_perm(vector signed char __a, vector signed char __b, function
368 vec_perm(vector unsigned char __a, vector unsigned char __b, function
375 vec_perm(vector bool char __a, vector bool char __b, function
382 vec_perm(vector signed short __a, vector signed short __b, function
389 vec_perm(vector unsigned short __a, vector unsigned short __b, function
396 vec_perm(vector bool short __a, vector bool short __b, function
403 vec_perm(vector signed int __a, vector signed int __b, function
410 vec_perm(vector unsigned int __a, vector unsigned int __b, function
417 vec_perm(vecto function
424 vec_perm(vector signed long long __a, vector signed long long __b, function
431 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
438 vec_perm(vector bool long long __a, vector bool long long __b, function
445 vec_perm(vector double __a, vector double __b, function
[all...]
H A Daltivec.h39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a,
43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a,
47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a,
51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a,
55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a,
59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a,
63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b,
66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a,
70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a,
74 static vector bool int __ATTRS_o_ai vec_perm(vecto
5821 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a, function
5836 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a, function
5851 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a, function
5866 static vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
5881 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a, function
5896 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a, function
5911 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b, function
5925 static vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
5938 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a, function
5953 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a, function
5968 static vector float __ATTRS_o_ai vec_perm(vector float __a, vector float __b, function
5983 static vector long long __ATTRS_o_ai vec_perm(vector signed long long __a, function
5999 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
6014 vec_perm(vector bool long long __a, vector bool long long __b, function
6028 static vector double __ATTRS_o_ai vec_perm(vector double __a, vector double __b, function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dvecintrin.h358 /*-- vec_perm ---------------------------------------------------------------*/
361 vec_perm(vector signed char __a, vector signed char __b, function
368 vec_perm(vector unsigned char __a, vector unsigned char __b, function
375 vec_perm(vector bool char __a, vector bool char __b, function
382 vec_perm(vector signed short __a, vector signed short __b, function
389 vec_perm(vector unsigned short __a, vector unsigned short __b, function
396 vec_perm(vector bool short __a, vector bool short __b, function
403 vec_perm(vector signed int __a, vector signed int __b, function
410 vec_perm(vector unsigned int __a, vector unsigned int __b, function
417 vec_perm(vecto function
424 vec_perm(vector signed long long __a, vector signed long long __b, function
431 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
438 vec_perm(vector bool long long __a, vector bool long long __b, function
445 vec_perm(vector double __a, vector double __b, function
[all...]
H A Daltivec.h39 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
43 vec_perm(vector unsigned char __a, vector unsigned char __b,
47 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
54 vec_perm(vector unsigned short __a, vector unsigned short __b,
57 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
60 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
64 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
68 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
72 vec_perm(vecto
5969 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
5984 vec_perm(vector unsigned char __a, vector unsigned char __b, function
5999 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
6012 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
6028 vec_perm(vector unsigned short __a, vector unsigned short __b, function
6042 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
6056 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
6071 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
6085 vec_perm(vector unsigned int __a, vector unsigned int __b, function
6100 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
6113 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
6130 vec_perm(vector signed long long __a, vector signed long long __b, function
6145 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
6160 vec_perm(vector bool long long __a, vector bool long long __b, function
6175 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
[all...]

Completed in 420 milliseconds