Searched refs:vec_vmrghw (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h1264 return (__m128) vec_vmrghw ((__v4sf) __A, (__v4sf)__B);
1823 __v4sf __t0 = vec_vmrghw (__r0, __r1); \
1824 __v4sf __t1 = vec_vmrghw (__r2, __r3); \
H A Demmintrin.h1015 temp = vec_vmrghw (a, a);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dxmmintrin.h1287 return (__m128) vec_vmrghw ((__v4sf) __A, (__v4sf)__B);
1858 __v4sf __t0 = vec_vmrghw (__r0, __r1); \
1859 __v4sf __t1 = vec_vmrghw (__r2, __r3); \
H A Daltivec.h316 #define vec_vmrghw __builtin_vec_vmrghw macro
H A Demmintrin.h1047 __temp = vec_vmrghw (__a, __a);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dxmmintrin.h1287 return (__m128) vec_vmrghw ((__v4sf) __A, (__v4sf)__B);
1862 __v4sf __t0 = vec_vmrghw (__r0, __r1); \
1863 __v4sf __t1 = vec_vmrghw (__r2, __r3); \
H A Demmintrin.h1043 __temp = vec_vmrghw (__a, __a);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h5256 /* vec_vmrghw */
5258 #define __builtin_altivec_vmrghw vec_vmrghw
5260 static __inline__ vector int __ATTRS_o_ai vec_vmrghw(vector int __a, function
5269 vec_vmrghw(vector unsigned int __a, vector unsigned int __b) { function
5276 static __inline__ vector bool int __ATTRS_o_ai vec_vmrghw(vector bool int __a, function
5284 static __inline__ vector float __ATTRS_o_ai vec_vmrghw(vector float __a, function

Completed in 425 milliseconds