Searched defs:vec_perm (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/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 …]
|