Searched refs:vec_vmrghw (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | xmmintrin.h | 1264 return (__m128) vec_vmrghw ((__v4sf) __A, (__v4sf)__B); in _mm_unpacklo_ps() 1823 __v4sf __t0 = vec_vmrghw (__r0, __r1); \ 1824 __v4sf __t1 = vec_vmrghw (__r2, __r3); \
|
D | emmintrin.h | 1015 temp = vec_vmrghw (a, a); in _mm_cvtps_pd()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 1834 res_vi = vec_vmrghw(vi, vi); in test6() 1838 res_vui = vec_vmrghw(vui, vui); in test6() 1842 res_vbi = vec_vmrghw(vbi, vbi); in test6() 1846 res_vf = vec_vmrghw(vf, vf); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 2007 res_vi = vec_vmrghw(vi, vi); in test6() 2011 res_vui = vec_vmrghw(vui, vui); in test6() 2015 res_vbi = vec_vmrghw(vbi, vbi); in test6() 2019 res_vf = vec_vmrghw(vf, vf); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 3514 #define __builtin_altivec_vmrghw vec_vmrghw 3516 static __inline__ vector int __ATTRS_o_ai vec_vmrghw(vector int __a, in vec_vmrghw() function 3525 vec_vmrghw(vector unsigned int __a, vector unsigned int __b) { in vec_vmrghw() function 3532 static __inline__ vector bool int __ATTRS_o_ai vec_vmrghw(vector bool int __a, in vec_vmrghw() function 3540 static __inline__ vector float __ATTRS_o_ai vec_vmrghw(vector float __a, in vec_vmrghw() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 4937 #define __builtin_altivec_vmrghw vec_vmrghw 4939 static __inline__ vector int __ATTRS_o_ai vec_vmrghw(vector int __a, in vec_vmrghw() function 4948 vec_vmrghw(vector unsigned int __a, vector unsigned int __b) { in vec_vmrghw() function 4955 static __inline__ vector bool int __ATTRS_o_ai vec_vmrghw(vector bool int __a, in vec_vmrghw() function 4963 static __inline__ vector float __ATTRS_o_ai vec_vmrghw(vector float __a, in vec_vmrghw() function
|