Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/config/rs6000/
Daltivec.h264 #define vec_vmrghw __builtin_vec_vmrghw macro
/openbsd/src/gnu/llvm/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h1245 return (__m128)vec_vmrghw((__v4sf)__A, (__v4sf)__B); in _mm_unpacklo_ps()
1805 __v4sf __t0 = vec_vmrghw(__r0, __r1); \
1806 __v4sf __t1 = vec_vmrghw(__r2, __r3); \
Demmintrin.h1007 __temp = vec_vmrghw(__a, __a); in _mm_cvtps_pd()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Daltivec.h2282 vec_vmrghw (vector float a1, vector float a2) in vec_vmrghw() function
2288 vec_vmrghw (vector signed int a1, vector signed int a2) in vec_vmrghw() function
2294 vec_vmrghw (vector unsigned int a1, vector unsigned int a2) in vec_vmrghw() function
6979 #define vec_vmrghw(a1, a2) \
/openbsd/src/gnu/llvm/clang/lib/Headers/
Daltivec.h5312 #define __builtin_altivec_vmrghw vec_vmrghw
5314 static __inline__ vector int __ATTRS_o_ai vec_vmrghw(vector int __a, in vec_vmrghw() function
5323 vec_vmrghw(vector unsigned int __a, vector unsigned int __b) { in vec_vmrghw() function
5330 static __inline__ vector bool int __ATTRS_o_ai vec_vmrghw(vector bool int __a, in vec_vmrghw() function
5338 static __inline__ vector float __ATTRS_o_ai vec_vmrghw(vector float __a, in vec_vmrghw() function
/openbsd/src/gnu/gcc/gcc/doc/
Dextend.texi8404 vector float vec_vmrghw (vector float, vector float);
8405 vector bool int vec_vmrghw (vector bool int, vector bool int);
8406 vector signed int vec_vmrghw (vector signed int, vector signed int);
8407 vector unsigned int vec_vmrghw (vector unsigned int,
Dgcc.info22764 vector float vec_vmrghw (vector float, vector float);
22765 vector bool int vec_vmrghw (vector bool int, vector bool int);
22766 vector signed int vec_vmrghw (vector signed int, vector signed int);
22767 vector unsigned int vec_vmrghw (vector unsigned int,
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.710220 (vec_vmrghw): New.