| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-vsx.c | 219 res_vd = vec_and(vbll, vd); in test1() 225 res_vd = vec_and(vd, vbll); in test1() 231 res_vd = vec_and(vd, vd); in test1() 677 res_vsll = vec_and(vsll, vsll); in test1() 681 res_vsll = vec_and(vbll, vsll); in test1() 685 res_vsll = vec_and(vsll, vbll); in test1() 689 res_vull = vec_and(vull, vull); in test1() 693 res_vull = vec_and(vbll, vull); in test1() 697 res_vull = vec_and(vull, vbll); in test1() 701 res_vbll = vec_and(vbll, vbll); in test1()
|
| H A D | builtins-ppc-altivec.c | 478 res_vsc = vec_and(vsc, vsc); in test1() 482 res_vsc = vec_and(vbc, vsc); in test1() 486 res_vsc = vec_and(vsc, vbc); in test1() 490 res_vuc = vec_and(vuc, vuc); in test1() 494 res_vuc = vec_and(vbc, vuc); in test1() 506 res_vs = vec_and(vs, vs); in test1() 510 res_vs = vec_and(vbs, vs); in test1() 514 res_vs = vec_and(vs, vbs); in test1() 534 res_vi = vec_and(vi, vi); in test1() 538 res_vi = vec_and(vbi, vi); in test1() [all …]
|
| H A D | builtins-ppc-32bit-vec-ll.c | 22 vec_and(vsll1, vsll2); in test()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | combine-icmp-to-lhs-known-bits.mir | 135 ; CHECK: %vec_and:_(<2 x s32>) = G_AND %x, %one_vec 138 ; CHECK: %cmp:_(<2 x s1>) = G_ICMP intpred(ne), %vec_and(<2 x s32>), %zero_vec 146 %vec_and:_(<2 x s32>) = G_AND %x, %one_vec 149 %cmp:_(<2 x s1>) = G_ICMP intpred(ne), %vec_and(<2 x s32>), %zero_vec
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | tmmintrin.h | 376 __v8hi __C = vec_and(vec_unpackh((__v16qi)__A), __unsigned); in _mm_maddubs_epi16() 377 __v8hi __D = vec_and(vec_unpackl((__v16qi)__A), __unsigned); in _mm_maddubs_epi16() 397 __C = vec_and(__C, __unsigned); in _mm_maddubs_pi16()
|
| H A D | smmintrin.h | 399 return vec_all_eq(vec_and((__v16qu)__A, (__v16qu)__B), __zero); in _mm_testz_si128() 408 return vec_all_eq(vec_and((__v16qu)__notA, (__v16qu)__B), __zero); in _mm_testc_si128()
|
| H A D | xmmintrin.h | 453 return ((__m128)vec_and((__v4sf)__A, (__v4sf)__B)); in _mm_and_ps() 551 return ((__m128)vec_and(__c, __d)); in _mm_cmpord_ps() 756 __c = vec_and(__c, __d); in _mm_cmpord_ss()
|
| H A D | emmintrin.h | 417 return ((__m128d)vec_and(__c, __d)); in _mm_cmpord_pd() 1815 return (vec_and((__v2df)__A, (__v2df)__B)); in _mm_and_pd() 1839 return (__m128i)vec_and((__v2di)__A, (__v2di)__B); in _mm_and_si128()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 879 #define __builtin_altivec_vand vec_and 882 vec_and(vector signed char __a, vector signed char __b) { in vec_and() function 887 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function 892 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function 902 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function 907 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function 937 vec_and(vector bool short __a, vector unsigned short __b) { in vec_and() function 947 vec_and(vector bool short __a, vector bool short __b) { in vec_and() function 972 vec_and(vector bool int __a, vector unsigned int __b) { in vec_and() function 977 vec_and(vector unsigned int __a, vector bool int __b) { in vec_and() function [all …]
|