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

/freebsd-11-stable/contrib/llvm-project/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);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h264 #define vec_vmrghw __builtin_vec_vmrghw macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h4709 /* vec_vmrghw */
4711 #define __builtin_altivec_vmrghw vec_vmrghw
4713 static __inline__ vector int __ATTRS_o_ai vec_vmrghw(vector int __a, function
4722 vec_vmrghw(vector unsigned int __a, vector unsigned int __b) { function
4729 static __inline__ vector bool int __ATTRS_o_ai vec_vmrghw(vector bool int __a, function
4737 static __inline__ vector float __ATTRS_o_ai vec_vmrghw(vector float __a, function

Completed in 230 milliseconds