Searched refs:vec_mergeh (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsmmintrin.h596 __A = (__m128i) vec_mergeh ((__v16qu) __A, __zero);
598 __A = (__m128i) vec_mergeh (__zero, (__v16qu) __A);
609 __A = (__m128i) vec_mergeh ((__v16qu) __A, __zero);
610 __A = (__m128i) vec_mergeh ((__v8hu) __A, (__v8hu) __zero);
612 __A = (__m128i) vec_mergeh (__zero, (__v16qu) __A);
613 __A = (__m128i) vec_mergeh ((__v8hu) __zero, (__v8hu) __A);
624 __A = (__m128i) vec_mergeh ((__v16qu) __A, __zero);
625 __A = (__m128i) vec_mergeh ((__v8hu) __A, (__v8hu) __zero);
626 __A = (__m128i) vec_mergeh ((__v4su) __A, (__v4su) __zero);
628 __A = (__m128i) vec_mergeh (__zer
[all...]
H A Dpmmintrin.h115 return (__m128d) vec_add (vec_mergeh ((__v2df) __X, (__v2df)__Y),
122 return (__m128d) vec_sub (vec_mergeh ((__v2df) __X, (__v2df)__Y),
H A Dxmmintrin.h1194 __vi4 = (__vector unsigned int) vec_mergeh (__vs8,
1198 __vi4 = (__vector unsigned int) vec_mergeh ((__vector unsigned short) __zero,
1323 return (__m128) vec_mergeh ((__vector unsigned long long)__A,
1866 (row0) = (__v4sf)vec_mergeh ((__vector long long)__t0, \
1870 (row2) = (__v4sf)vec_mergeh ((__vector long long)__t2, \
H A Demmintrin.h1183 __result = vec_mergeh (__A, __B);
1210 return (__m128d) vec_mergeh ((__v2df)__A, (__v2df)__B);
1308 return (__m128i) vec_mergeh ((__v16qu)__A, (__v16qu)__B);
1314 return (__m128i) vec_mergeh ((__v8hi)__A, (__v8hi)__B);
1320 return (__m128i) vec_mergeh ((__v4si)__A, (__v4si)__B);
1326 return (__m128i) vec_mergeh ((__vector long long) __A,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dpmmintrin.h103 return (__m128d) vec_add (vec_mergeh ((__v2df) __X, (__v2df)__Y),
110 return (__m128d) vec_sub (vec_mergeh ((__v2df) __X, (__v2df)__Y),
H A Dxmmintrin.h1171 vi4 = (__vector unsigned int) vec_mergeh (vs8,
1175 vi4 = (__vector unsigned int) vec_mergeh ((__vector unsigned short) zero,
1300 return (__m128) vec_mergeh ((__vector unsigned long long)__A,
1827 (row0) = (__v4sf)vec_mergeh ((__vector long long)__t0, \
1831 (row2) = (__v4sf)vec_mergeh ((__vector long long)__t2, \
H A Demmintrin.h1155 result = vec_mergeh (__A, __B);
1182 return (__m128d) vec_mergeh ((__v2df)__A, (__v2df)__B);
1276 return (__m128i) vec_mergeh ((__v16qu)__A, (__v16qu)__B);
1282 return (__m128i) vec_mergeh ((__v8hi)__A, (__v8hi)__B);
1288 return (__m128i) vec_mergeh ((__v4si)__A, (__v4si)__B);
1294 return (__m128i) vec_mergeh ((__vector long long) __A,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dpmmintrin.h115 return (__m128d) vec_add (vec_mergeh ((__v2df) __X, (__v2df)__Y),
122 return (__m128d) vec_sub (vec_mergeh ((__v2df) __X, (__v2df)__Y),
H A Dxmmintrin.h1194 __vi4 = (__vector unsigned int) vec_mergeh (__vs8,
1198 __vi4 = (__vector unsigned int) vec_mergeh ((__vector unsigned short) __zero,
1323 return (__m128) vec_mergeh ((__vector unsigned long long)__A,
1862 (row0) = (__v4sf)vec_mergeh ((__vector long long)__t0, \
1866 (row2) = (__v4sf)vec_mergeh ((__vector long long)__t2, \
H A Demmintrin.h1187 __result = vec_mergeh (__A, __B);
1214 return (__m128d) vec_mergeh ((__v2df)__A, (__v2df)__B);
1308 return (__m128i) vec_mergeh ((__v16qu)__A, (__v16qu)__B);
1314 return (__m128i) vec_mergeh ((__v8hi)__A, (__v8hi)__B);
1320 return (__m128i) vec_mergeh ((__v4si)__A, (__v4si)__B);
1326 return (__m128i) vec_mergeh ((__vector long long) __A,
H A Daltivec.h253 #define vec_mergeh __builtin_vec_mergeh macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h188 #define vec_mergeh __builtin_s390_vec_mergeh macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h194 #define vec_mergeh __builtin_s390_vec_mergeh macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h917 /* vec_mergeh (vector merge high)
920 static inline vec_uchar16 vec_mergeh(vec_uchar16 a, vec_uchar16 b) function
926 static inline vec_char16 vec_mergeh(vec_char16 a, vec_char16 b) function
932 static inline vec_ushort8 vec_mergeh(vec_ushort8 a, vec_ushort8 b) function
938 static inline vec_short8 vec_mergeh(vec_short8 a, vec_short8 b) function
944 static inline vec_uint4 vec_mergeh(vec_uint4 a, vec_uint4 b) function
950 static inline vec_int4 vec_mergeh(vec_int4 a, vec_int4 b) function
956 static inline vec_float4 vec_mergeh(vec_float4 a, vec_float4 b) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h1926 /*-- vec_mergeh -------------------------------------------------------------*/
1929 vec_mergeh(__vector signed char __a, __vector signed char __b) { function
1936 vec_mergeh(__vector __bool char __a, __vector __bool char __b) { function
1943 vec_mergeh(__vector unsigned char __a, __vector unsigned char __b) { function
1950 vec_mergeh(__vector signed short __a, __vector signed short __b) { function
1956 vec_mergeh(__vector __bool short __a, __vector __bool short __b) { function
1962 vec_mergeh(__vector unsigned short __a, __vector unsigned short __b) { function
1968 vec_mergeh(__vector signed int __a, __vector signed int __b) { function
1973 vec_mergeh(__vector __bool int __a, __vector __bool int __b) { function
1978 vec_mergeh(__vecto function
1983 vec_mergeh(__vector signed long long __a, __vector signed long long __b) { function
1988 vec_mergeh(__vector __bool long long __a, __vector __bool long long __b) { function
1993 vec_mergeh(__vector unsigned long long __a, __vector unsigned long long __b) { function
1999 vec_mergeh(__vector float __a, __vector float __b) { function
2005 vec_mergeh(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h5022 /* vec_mergeh */
5025 vec_mergeh(vector signed char __a, vector signed char __b) { function
5033 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
5041 vec_mergeh(vector bool char __a, vector bool char __b) { function
5048 static __inline__ vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
5057 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
5065 vec_mergeh(vector bool short __a, vector bool short __b) { function
5072 static __inline__ vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
5080 static __inline__ vector int __ATTRS_o_ai vec_mergeh(vector int __a, function
5089 vec_mergeh(vecto function
5096 static __inline__ vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
5104 static __inline__ vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
5114 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
5122 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
5130 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
5138 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
5146 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
5154 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
5162 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
5169 static __inline__ vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
5177 vec_mergeh(vector double __a, vector bool long long __b) { function
5184 vec_mergeh(vector bool long long __a, vector double __b) { function
[all...]

Completed in 499 milliseconds