Searched refs:vec_vmrghw (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | altivec.h | 264 #define vec_vmrghw __builtin_vec_vmrghw macro
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ppc_wrappers/ |
| D | xmmintrin.h | 1245 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); \
|
| D | emmintrin.h | 1007 __temp = vec_vmrghw(__a, __a); in _mm_cvtps_pd()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | altivec.h | 2282 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/ |
| D | altivec.h | 5312 #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/ |
| D | extend.texi | 8404 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,
|
| D | gcc.info | 22764 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/ |
| D | ChangeLog.7 | 10220 (vec_vmrghw): New.
|