Searched defs:vec_vperm (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 6045 static vector signed char __ATTRS_o_ai vec_vperm(vector signed char __a, in vec_vperm() function 6051 static vector unsigned char __ATTRS_o_ai vec_vperm(vector unsigned char __a, in vec_vperm() function 6057 static vector bool char __ATTRS_o_ai vec_vperm(vector bool char __a, in vec_vperm() function 6063 static vector short __ATTRS_o_ai vec_vperm(vector short __a, vector short __b, in vec_vperm() function 6068 static vector unsigned short __ATTRS_o_ai vec_vperm(vector unsigned short __a, in vec_vperm() function 6074 static vector bool short __ATTRS_o_ai vec_vperm(vector bool short __a, in vec_vperm() function 6080 static vector pixel __ATTRS_o_ai vec_vperm(vector pixel __a, vector pixel __b, in vec_vperm() function 6085 static vector int __ATTRS_o_ai vec_vperm(vector int __a, vector int __b, in vec_vperm() function 6090 static vector unsigned int __ATTRS_o_ai vec_vperm(vector unsigned int __a, in vec_vperm() function 6096 static vector bool int __ATTRS_o_ai vec_vperm(vector bool int __a, in vec_vperm() function [all …]
|