| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-p8vector.c | 935 res_vsc = vec_orc(vsc, vsc); in test1() 942 res_vsc = vec_orc(vsc, vbc); in test1() 948 res_vsc = vec_orc(vbc, vsc); in test1() 954 res_vuc = vec_orc(vuc, vuc); in test1() 960 res_vuc = vec_orc(vuc, vbc); in test1() 966 res_vuc = vec_orc(vbc, vuc); in test1() 972 res_vbc = vec_orc(vbc, vbc); in test1() 1062 res_vf = vec_orc(vbi, vfa); in test1() 1068 res_vf = vec_orc(vfa, vbi); in test1() 1074 res_vf = vec_orc(vfa, vfb); in test1() [all …]
|
| H A D | builtins-ppc-32bit-vec-ll.c | 141 vec_orc(vsll1, vsll2); in test()
|
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2.c | 521 vsc = vec_orc(vsc, vsc); in test_integer() 523 vuc = vec_orc(vuc, vuc); in test_integer() 525 vbc = vec_orc(vbc, vbc); in test_integer() 527 vss = vec_orc(vss, vss); in test_integer() 529 vus = vec_orc(vus, vus); in test_integer() 531 vbs = vec_orc(vbs, vbs); in test_integer() 533 vsi = vec_orc(vsi, vsi); in test_integer() 535 vui = vec_orc(vui, vui); in test_integer() 537 vbi = vec_orc(vbi, vbi); in test_integer() 545 vf = vec_orc(vf, vf); in test_integer() [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 7040 vec_orc(vector signed char __a, vector bool char __b) { in vec_orc() function 7045 vec_orc(vector bool char __a, vector signed char __b) { in vec_orc() function 7100 vec_orc(vector bool short __a, vector bool short __b) { in vec_orc() function 7105 vec_orc(vector signed int __a, vector signed int __b) { in vec_orc() function 7115 vec_orc(vector bool int __a, vector signed int __b) { in vec_orc() function 7125 vec_orc(vector unsigned int __a, vector bool int __b) { in vec_orc() function 7130 vec_orc(vector bool int __a, vector unsigned int __b) { in vec_orc() function 7140 vec_orc(vector bool int __a, vector float __b) { in vec_orc() function 7145 vec_orc(vector float __a, vector bool int __b) { in vec_orc() function 7190 vec_orc(vector double __a, vector bool long long __b) { in vec_orc() function [all …]
|
| H A D | vecintrin.h | 6167 vec_orc(__vector __bool char __a, __vector __bool char __b) { in vec_orc() function 6172 vec_orc(__vector signed char __a, __vector signed char __b) { in vec_orc() function 6177 vec_orc(__vector unsigned char __a, __vector unsigned char __b) { in vec_orc() function 6182 vec_orc(__vector __bool short __a, __vector __bool short __b) { in vec_orc() function 6187 vec_orc(__vector signed short __a, __vector signed short __b) { in vec_orc() function 6192 vec_orc(__vector unsigned short __a, __vector unsigned short __b) { in vec_orc() function 6197 vec_orc(__vector __bool int __a, __vector __bool int __b) { in vec_orc() function 6202 vec_orc(__vector signed int __a, __vector signed int __b) { in vec_orc() function 6207 vec_orc(__vector unsigned int __a, __vector unsigned int __b) { in vec_orc() function 6227 vec_orc(__vector float __a, __vector float __b) { in vec_orc() function [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | emmintrin.h | 431 return ((__m128d)vec_orc(__c, __d)); in _mm_cmpunord_pd()
|