Searched refs:vec_sldw (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | vecintrin.h | 7097 vec_sldw(__vector signed char __a, __vector signed char __b, int __c) 7101 vec_sldw(__vector unsigned char __a, __vector unsigned char __b, int __c) 7105 vec_sldw(__vector signed short __a, __vector signed short __b, int __c) 7109 vec_sldw(__vector unsigned short __a, __vector unsigned short __b, int __c) 7113 vec_sldw(__vector signed int __a, __vector signed int __b, int __c) 7117 vec_sldw(__vector unsigned int __a, __vector unsigned int __b, int __c) 7121 vec_sldw(__vector signed long long __a, __vector signed long long __b, int __c) 7125 vec_sldw(__vector unsigned long long __a, __vector unsigned long long __b, 7131 vec_sldw(__vector double __a, __vector double __b, int __c) 7134 #define vec_sldw(X, Y, Z) ((__typeof__((vec_sldw)((X), (Y), (Z)))) \ macro
|
| HD | altivec.h | 9301 static __inline__ vector signed char __ATTRS_o_ai vec_sldw( in vec_sldw() function 9307 vec_sldw(vector unsigned char __a, vector unsigned char __b, in vec_sldw() function 9312 static __inline__ vector signed short __ATTRS_o_ai vec_sldw( in vec_sldw() function 9318 vec_sldw(vector unsigned short __a, vector unsigned short __b, in vec_sldw() function 9324 vec_sldw(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sldw() function 9328 static __inline__ vector unsigned int __ATTRS_o_ai vec_sldw( in vec_sldw() function 9333 static __inline__ vector float __ATTRS_o_ai vec_sldw( in vec_sldw() function 9340 vec_sldw(vector signed long long __a, vector signed long long __b, in vec_sldw() function 9346 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, in vec_sldw() function 9351 static __inline__ vector double __ATTRS_o_ai vec_sldw( in vec_sldw() function
|