Searched defs:vec_rl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h225 #define vec_rl __builtin_vec_rl macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h6358 vec_rl(vector signed char __a, vector unsigned char __b) { function
6364 vec_rl(vector unsigned char __a, vector unsigned char __b) { function
6369 vec_rl(vector signed short __a, vector unsigned short __b) { function
6375 vec_rl(vector unsigned short __a, vector unsigned short __b) { function
6380 vec_rl(vector signed int __a, vector unsigned int __b) { function
6386 vec_rl(vector unsigned int __a, vector unsigned int __b) { function
6391 vec_rl(vector signed long long __a, vector unsigned long long __b) { function
6397 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { function
H A Daltivec.h7589 vec_rl(vector signed char __a, vector unsigned char __b) { function
7594 vec_rl(vector unsigned char __a, vector unsigned char __b) { function
7598 static __inline__ vector short __ATTRS_o_ai vec_rl(vector short __a, function
7604 vec_rl(vector unsigned short __a, vector unsigned short __b) { function
7608 static __inline__ vector int __ATTRS_o_ai vec_rl(vector int __a, function
7614 vec_rl(vector unsigned int __a, vector unsigned int __b) { function
7620 vec_rl(vector signed long long __a, vector unsigned long long __b) { function
7625 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { function

Completed in 216 milliseconds