Searched refs:vec_sro (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h112 return (__m128i) vec_sro ((__v16qu) __A, __shift);
125 __B = (__m128i) vec_sro ((__v16qu) __B, __shiftB);
127 __A = (__m128i) vec_sro ((__v16qu) __A, __shiftA);
143 __C = (__v2du) vec_sro ((__v16qu) __C, (__v16qu) __shift);
H A Demmintrin.h1596 result = vec_sro ((__v16qu)__A, shift);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dtmmintrin.h123 return (__m128i) vec_sro ((__v16qu) __A, __shift);
136 __B = (__m128i) vec_sro ((__v16qu) __B, __shiftB);
138 __A = (__m128i) vec_sro ((__v16qu) __A, __shiftA);
154 __C = (__v2du) vec_sro ((__v16qu) __C, (__v16qu) __shift);
H A Dsi2vmx.h1498 return ((qword)(vec_and(vec_sro((vec_uchar16)(a), x.v), mask)));
1517 return ((qword)(vec_and(vec_sro((vec_uchar16)(a), x.v), mask)));
1533 return ((qword)(vec_or(vec_slo((vec_uchar16)(a), left.v), vec_sro((vec_uchar16)(a), right.v))));
1542 return ((qword)(vec_or(vec_slo((vec_uchar16)(a), left), vec_sro((vec_uchar16)(a), right))));
1553 return ((qword)(vec_or(vec_slo((vec_uchar16)(a), left), vec_sro((vec_uchar16)(a), right))));
1565 y = (vec_uchar16)(vec_sr((vec_uint4)vec_sro((vec_uchar16)(a), ((vec_uchar16)((vec_uint4){0,0,0,120}))),
1577 y = (vec_uchar16)(vec_sr((vec_uint4)vec_sro((vec_uchar16)(a), ((vec_uchar16)((vec_uint4){0,0,0,120}))),
1614 return ((qword)(vec_and(vec_sro((vec_uchar16)(a), x.v), mask)));
H A Daltivec.h93 #define vec_vsro vec_sro
280 #define vec_sro __builtin_vec_sro macro
H A Demmintrin.h1628 __result = vec_sro ((__v16qu)__A, __shift);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dtmmintrin.h123 return (__m128i) vec_sro ((__v16qu) __A, __shift);
136 __B = (__m128i) vec_sro ((__v16qu) __B, __shiftB);
138 __A = (__m128i) vec_sro ((__v16qu) __A, __shiftA);
154 __C = (__v2du) vec_sro ((__v16qu) __C, (__v16qu) __shift);
H A Dsi2vmx.h1498 return ((qword)(vec_and(vec_sro((vec_uchar16)(a), x.v), mask)));
1517 return ((qword)(vec_and(vec_sro((vec_uchar16)(a), x.v), mask)));
1533 return ((qword)(vec_or(vec_slo((vec_uchar16)(a), left.v), vec_sro((vec_uchar16)(a), right.v))));
1542 return ((qword)(vec_or(vec_slo((vec_uchar16)(a), left), vec_sro((vec_uchar16)(a), right))));
1553 return ((qword)(vec_or(vec_slo((vec_uchar16)(a), left), vec_sro((vec_uchar16)(a), right))));
1565 y = (vec_uchar16)(vec_sr((vec_uint4)vec_sro((vec_uchar16)(a), ((vec_uchar16)((vec_uint4){0,0,0,120}))),
1577 y = (vec_uchar16)(vec_sr((vec_uint4)vec_sro((vec_uchar16)(a), ((vec_uchar16)((vec_uint4){0,0,0,120}))),
1614 return ((qword)(vec_and(vec_sro((vec_uchar16)(a), x.v), mask)));
H A Daltivec.h97 #define vec_vsro vec_sro
H A Demmintrin.h1630 __result = vec_sro ((__v16qu)__A, __shift);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h10883 /* vec_sro */
10886 vec_sro(vector signed char __a, vector signed char __b) { function
10892 vec_sro(vector signed char __a, vector unsigned char __b) { function
10898 vec_sro(vector unsigned char __a, vector signed char __b) { function
10904 vec_sro(vector unsigned char __a, vector unsigned char __b) { function
10909 static __inline__ vector short __ATTRS_o_ai vec_sro(vector short __a, function
10914 static __inline__ vector short __ATTRS_o_ai vec_sro(vector short __a, function
10920 vec_sro(vector unsigned short __a, vector signed char __b) { function
10926 vec_sro(vector unsigned short __a, vector unsigned char __b) { function
10931 static __inline__ vector pixel __ATTRS_o_ai vec_sro(vecto function
10936 static __inline__ vector pixel __ATTRS_o_ai vec_sro(vector pixel __a, function
10941 static __inline__ vector int __ATTRS_o_ai vec_sro(vector int __a, function
10946 static __inline__ vector int __ATTRS_o_ai vec_sro(vector int __a, function
10952 vec_sro(vector unsigned int __a, vector signed char __b) { function
10958 vec_sro(vector unsigned int __a, vector unsigned char __b) { function
10963 static __inline__ vector float __ATTRS_o_ai vec_sro(vector float __a, function
10968 static __inline__ vector float __ATTRS_o_ai vec_sro(vector float __a, function
10975 vec_sro(vector signed long long __a, vector signed char __b) { function
10981 vec_sro(vector signed long long __a, vector unsigned char __b) { function
10987 vec_sro(vector unsigned long long __a, vector signed char __b) { function
10993 vec_sro(vector unsigned long long __a, vector unsigned char __b) { function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1819 /* vec_sro (vector shift right by octet)
1822 #define vec_sro(_a, _b) spu_rlmaskqwbyte(_a, 0 - ((spu_extract((vec_int4)(_b), 3) >> 3) & 0xF)) macro

Completed in 498 milliseconds