Searched defs:vec_vperm (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 81 #define vec_vperm vec_perm macro
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 8172 static __inline__ vector signed char __ATTRS_o_ai vec_vperm( in vec_vperm() function 8178 vec_vperm(vector unsigned char __a, vector unsigned char __b, in vec_vperm() function 8183 static __inline__ vector bool char __ATTRS_o_ai vec_vperm( in vec_vperm() function 8189 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) { in vec_vperm() function 8194 vec_vperm(vector unsigned short __a, vector unsigned short __b, in vec_vperm() function 8199 static __inline__ vector bool short __ATTRS_o_ai vec_vperm( in vec_vperm() function 8205 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) { in vec_vperm() function 8209 static __inline__ vector int __ATTRS_o_ai vec_vperm(vector int __a, in vec_vperm() function 8216 vec_vperm(vector unsigned int __a, vector unsigned int __b, in vec_vperm() function 8232 static __inline__ vector long long __ATTRS_o_ai vec_vperm( in vec_vperm() function [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 98 #define vec_vperm vec_perm macro
|