Searched defs:vec_sro (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 10886 vec_sro(vector signed char __a, vector signed char __b) { in vec_sro() function 10892 vec_sro(vector signed char __a, vector unsigned char __b) { in vec_sro() function 10898 vec_sro(vector unsigned char __a, vector signed char __b) { in vec_sro() function 10904 vec_sro(vector unsigned char __a, vector unsigned char __b) { in vec_sro() function 10909 static __inline__ vector short __ATTRS_o_ai vec_sro(vector short __a, in vec_sro() function 10914 static __inline__ vector short __ATTRS_o_ai vec_sro(vector short __a, in vec_sro() function 10920 vec_sro(vector unsigned short __a, vector signed char __b) { in vec_sro() function 10926 vec_sro(vector unsigned short __a, vector unsigned char __b) { in vec_sro() function 10931 static __inline__ vector pixel __ATTRS_o_ai vec_sro(vector pixel __a, in vec_sro() function 10936 static __inline__ vector pixel __ATTRS_o_ai vec_sro(vector pixel __a, in vec_sro() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 280 #define vec_sro __builtin_vec_sro macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 1822 #define vec_sro(_a, _b) spu_rlmaskqwbyte(_a, 0 - ((spu_extract((vec_int4)(_b), 3) >> 3) & 0xF)) macro
|