| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector.c | 2428 vsc = vec_nor(vsc, vsc); in test_integer() 2430 vsc = vec_nor(vsc, vbc); in test_integer() 2432 vsc = vec_nor(vbc, vsc); in test_integer() 2434 vuc = vec_nor(vuc, vuc); in test_integer() 2436 vuc = vec_nor(vuc, vbc); in test_integer() 2438 vuc = vec_nor(vbc, vuc); in test_integer() 2440 vbc = vec_nor(vbc, vbc); in test_integer() 2442 vss = vec_nor(vss, vss); in test_integer() 2484 vd = vec_nor(vd, vd); in test_integer() 2486 vd = vec_nor(vd, vbl); in test_integer() [all …]
|
| H A D | builtins-systemz-zvector2.c | 487 vf = vec_nor(vf, vf); in test_integer() 489 vd = vec_nor(vd, vd); in test_integer()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-32bit-vec-ll.c | 132 vec_nor(vsll1, vsll2); in test()
|
| H A D | builtins-ppc-vsx.c | 909 res_vsll = vec_nor(vsll, vsll); in test1() 915 res_vull = vec_nor(vull, vull); in test1() 921 res_vbll = vec_nor(vbll, vbll); in test1() 927 res_vd = vec_nor(vd, vd); in test1()
|
| H A D | builtins-ppc-altivec.c | 2502 res_vsc = vec_nor(vsc, vsc); in test6() 2508 res_vuc = vec_nor(vuc, vuc); in test6() 2514 res_vbc = vec_nor(vbc, vbc); in test6() 2520 res_vs = vec_nor(vs, vs); in test6() 2526 res_vus = vec_nor(vus, vus); in test6() 2532 res_vbs = vec_nor(vbs, vbs); in test6() 2538 res_vi = vec_nor(vi, vi); in test6() 2544 res_vui = vec_nor(vui, vui); in test6() 2550 res_vbi = vec_nor(vbi, vbi); in test6() 2556 res_vf = vec_nor(vf, vf); in test6()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 5980 vec_nor(__vector __bool char __a, __vector __bool char __b) { in vec_nor() function 5985 vec_nor(__vector signed char __a, __vector signed char __b) { in vec_nor() function 5991 vec_nor(__vector __bool char __a, __vector signed char __b) { in vec_nor() function 5997 vec_nor(__vector signed char __a, __vector __bool char __b) { in vec_nor() function 6058 vec_nor(__vector __bool int __a, __vector __bool int __b) { in vec_nor() function 6063 vec_nor(__vector signed int __a, __vector signed int __b) { in vec_nor() function 6069 vec_nor(__vector __bool int __a, __vector signed int __b) { in vec_nor() function 6075 vec_nor(__vector signed int __a, __vector __bool int __b) { in vec_nor() function 6086 vec_nor(__vector __bool int __a, __vector unsigned int __b) { in vec_nor() function 6137 vec_nor(__vector float __a, __vector float __b) { in vec_nor() function [all …]
|
| H A D | altivec.h | 6714 #define __builtin_altivec_vnor vec_nor 6717 vec_nor(vector signed char __a, vector signed char __b) { in vec_nor() function 6722 vec_nor(vector unsigned char __a, vector unsigned char __b) { in vec_nor() function 6731 static __inline__ vector short __ATTRS_o_ai vec_nor(vector short __a, in vec_nor() function 6737 vec_nor(vector unsigned short __a, vector unsigned short __b) { in vec_nor() function 6742 vec_nor(vector bool short __a, vector bool short __b) { in vec_nor() function 6746 static __inline__ vector int __ATTRS_o_ai vec_nor(vector int __a, in vec_nor() function 6752 vec_nor(vector unsigned int __a, vector unsigned int __b) { in vec_nor() function 6761 static __inline__ vector float __ATTRS_o_ai vec_nor(vector float __a, in vec_nor() function 6833 vec_nor(vector signed long long __a, vector signed long long __b) { in vec_nor() function [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | emmintrin.h | 382 return ((__m128d)vec_nor(__temp, __temp)); in _mm_cmpneq_pd() 430 __c = vec_nor(__c, __c); in _mm_cmpunord_pd() 438 __c = vec_nor(__c, __c); in _mm_cmpunord_pd() 439 __d = vec_nor(__d, __d); in _mm_cmpunord_pd() 507 __c = vec_nor(__c, __c); in _mm_cmpneq_sd()
|
| H A D | smmintrin.h | 407 const __v16qu __notA = vec_nor((__v16qu)__A, (__v16qu)__A); in _mm_testc_si128()
|
| H A D | xmmintrin.h | 512 return ((__m128)vec_nor(__temp, __temp)); in _mm_cmpneq_ps() 669 __c = vec_nor(__c, __c); in _mm_cmpneq_ss()
|