Searched defs:vec_vperm (Results 1 – 1 of 1) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 4954 vec_vperm(vector signed char __a, vector signed char __b, vector unsigned char __c) in vec_vperm() function 4960 vec_vperm(vector unsigned char __a, in vec_vperm() function 4968 vec_vperm(vector bool char __a, vector bool char __b, vector unsigned char __c) in vec_vperm() function 4974 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) in vec_vperm() function 4980 vec_vperm(vector unsigned short __a, in vec_vperm() function 4988 vec_vperm(vector bool short __a, vector bool short __b, vector unsigned char __c) in vec_vperm() function 4994 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) in vec_vperm() function 5000 vec_vperm(vector int __a, vector int __b, vector unsigned char __c) in vec_vperm() function 5006 vec_vperm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) in vec_vperm() function 5012 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) in vec_vperm() function [all …]
|