Searched defs:vec_perm (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 224 #define vec_perm __builtin_vec_perm macro
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | vecintrin.h | 388 vec_perm(__vector signed char __a, __vector signed char __b, in vec_perm() function 395 vec_perm(__vector unsigned char __a, __vector unsigned char __b, in vec_perm() function 402 vec_perm(__vector __bool char __a, __vector __bool char __b, in vec_perm() function 409 vec_perm(__vector signed short __a, __vector signed short __b, in vec_perm() function 416 vec_perm(__vector unsigned short __a, __vector unsigned short __b, in vec_perm() function 423 vec_perm(__vector __bool short __a, __vector __bool short __b, in vec_perm() function 430 vec_perm(__vector signed int __a, __vector signed int __b, in vec_perm() function 437 vec_perm(__vector unsigned int __a, __vector unsigned int __b, in vec_perm() function 444 vec_perm(__vector __bool int __a, __vector __bool int __b, in vec_perm() function 451 vec_perm(__vector signed long long __a, __vector signed long long __b, in vec_perm() function [all …]
|
H A D | altivec.h | 7950 static __inline__ vector signed char __ATTRS_o_ai vec_perm( in vec_perm() function 7965 vec_perm(vector unsigned char __a, vector unsigned char __b, in vec_perm() function 7980 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_perm() function 7993 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, in vec_perm() function 8009 vec_perm(vector unsigned short __a, vector unsigned short __b, in vec_perm() function 8023 static __inline__ vector bool short __ATTRS_o_ai vec_perm( in vec_perm() function 8037 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, in vec_perm() function 8052 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, in vec_perm() function 8066 vec_perm(vector unsigned int __a, vector unsigned int __b, in vec_perm() function 8081 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_perm() function [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 3175 vec_perm (vector float a1, vector float a2, vector unsigned char a3) in vec_perm() function 3181 vec_perm (vector signed int a1, vector signed int a2, vector unsigned char a3) in vec_perm() function 3187 vec_perm (vector unsigned int a1, vector unsigned int a2, vector unsigned char a3) in vec_perm() function 3193 vec_perm (vector signed short a1, vector signed short a2, vector unsigned char a3) in vec_perm() function 3199 vec_perm (vector unsigned short a1, vector unsigned short a2, vector unsigned char a3) in vec_perm() function 3205 vec_perm (vector signed char a1, vector signed char a2, vector unsigned char a3) in vec_perm() function 3211 vec_perm (vector unsigned char a1, vector unsigned char a2, vector unsigned char a3) in vec_perm() function
|