Home | History | Annotate | Download | only in include

Lines Matching refs:vec_vperm

7495 /* vec_vperm */
7497 static __inline__ vector signed char __ATTRS_o_ai vec_vperm(
7503 vec_vperm(vector unsigned char __a, vector unsigned char __b,
7508 static __inline__ vector bool char __ATTRS_o_ai vec_vperm(
7514 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) {
7519 vec_vperm(vector unsigned short __a, vector unsigned short __b,
7524 static __inline__ vector bool short __ATTRS_o_ai vec_vperm(
7530 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) {
7534 static __inline__ vector int __ATTRS_o_ai vec_vperm(vector int __a,
7541 vec_vperm(vector unsigned int __a, vector unsigned int __b,
7547 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) {
7552 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) {
7557 static __inline__ vector long long __ATTRS_o_ai vec_vperm(
7563 vec_vperm(vector unsigned long long __a, vector unsigned long long __b,
7569 vec_vperm(vector double __a, vector double __b, vector unsigned char __c) {