Searched refs:vec_or (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-vsx.c | 936 res_vsll = vec_or(vsll, vsll); in test1() 940 res_vsll = vec_or(vbll, vsll); in test1() 944 res_vsll = vec_or(vsll, vbll); in test1() 948 res_vull = vec_or(vull, vull); in test1() 952 res_vull = vec_or(vbll, vull); in test1() 956 res_vull = vec_or(vull, vbll); in test1() 960 res_vbll = vec_or(vbll, vbll); in test1() 964 res_vd = vec_or(vd, vd); in test1() 970 res_vd = vec_or(vbll, vd); in test1() 978 res_vd = vec_or(vd, vbll); in test1()
|
| H A D | builtins-ppc-altivec.c | 2623 res_vsc = vec_or(vsc, vsc); in test6() 2627 res_vsc = vec_or(vbc, vsc); in test6() 2651 res_vs = vec_or(vs, vs); in test6() 2655 res_vs = vec_or(vbs, vs); in test6() 2659 res_vs = vec_or(vs, vbs); in test6() 2679 res_vi = vec_or(vi, vi); in test6() 2683 res_vi = vec_or(vbi, vi); in test6() 2687 res_vi = vec_or(vi, vbi); in test6() 2707 res_vf = vec_or(vf, vf); in test6() 2711 res_vf = vec_or(vbi, vf); in test6() [all …]
|
| H A D | builtins-ppc-32bit-vec-ll.c | 137 vec_or(vsll1, vsll2); in test()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 6850 #define __builtin_altivec_vor vec_or 6853 vec_or(vector signed char __a, vector signed char __b) { in vec_or() function 6858 vec_or(vector bool char __a, vector signed char __b) { in vec_or() function 6868 vec_or(vector unsigned char __a, vector unsigned char __b) { in vec_or() function 6873 vec_or(vector bool char __a, vector unsigned char __b) { in vec_or() function 6878 vec_or(vector unsigned char __a, vector bool char __b) { in vec_or() function 6908 vec_or(vector bool short __a, vector unsigned short __b) { in vec_or() function 6913 vec_or(vector unsigned short __a, vector bool short __b) { in vec_or() function 6938 vec_or(vector unsigned int __a, vector unsigned int __b) { in vec_or() function 6943 vec_or(vector bool int __a, vector unsigned int __b) { in vec_or() function [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | xmmintrin.h | 466 return ((__m128)vec_or((__v4sf)__A, (__v4sf)__B)); in _mm_or_ps() 566 return ((__m128)vec_or(__c, __d)); in _mm_cmpunord_ps() 775 __c = vec_or(__c, __d); in _mm_cmpunord_ss()
|
| H A D | tmmintrin.h | 115 return (__m128i)vec_or((__v16qu)__A, (__v16qu)__B); in _mm_alignr_epi8()
|
| H A D | emmintrin.h | 440 return ((__m128d)vec_or(__c, __d)); in _mm_cmpunord_pd() 1827 return (vec_or((__v2df)__A, (__v2df)__B)); in _mm_or_pd() 1851 return (__m128i)vec_or((__v2di)__A, (__v2di)__B); in _mm_or_si128()
|