Searched defs:vec_perm (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
H A D | altivec.h | 40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c); 43 vec_perm(vector unsigned char __a, 48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c); 51 vec_perm(vector short __a, vector short __b, vector unsigned char __c); 54 vec_perm(vector unsigned short __a, 59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c); 62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c); 65 vec_perm(vector int __a, vector int __b, vector unsigned char __c); 68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c); 71 vec_perm(vecto 4285 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) function 4292 vec_perm(vector unsigned char __a, function 4301 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) function 4308 vec_perm(vector short __a, vector short __b, vector unsigned char __c) function 4315 vec_perm(vector unsigned short __a, function 4324 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) function 4331 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) function 4338 vec_perm(vector int __a, vector int __b, vector unsigned char __c) function 4344 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) function 4351 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) function 4358 vec_perm(vector float __a, vector float __b, vector unsigned char __c) function [all...] |
/external/clang/lib/include/ |
H A D | altivec.h | 40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c); 43 vec_perm(vector unsigned char __a, 48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c); 51 vec_perm(vector short __a, vector short __b, vector unsigned char __c); 54 vec_perm(vector unsigned short __a, 59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c); 62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c); 65 vec_perm(vector int __a, vector int __b, vector unsigned char __c); 68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c); 71 vec_perm(vecto 4285 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) function 4292 vec_perm(vector unsigned char __a, function 4301 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) function 4308 vec_perm(vector short __a, vector short __b, vector unsigned char __c) function 4315 vec_perm(vector unsigned short __a, function 4324 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) function 4331 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) function 4338 vec_perm(vector int __a, vector int __b, vector unsigned char __c) function 4344 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) function 4351 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) function 4358 vec_perm(vector float __a, vector float __b, vector unsigned char __c) function [all...] |
Completed in 94 milliseconds