Home
last modified time | relevance | path

Searched refs:vec_eqv (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2.c550 vsc = vec_eqv(vsc, vsc); in test_integer()
552 vuc = vec_eqv(vuc, vuc); in test_integer()
554 vbc = vec_eqv(vbc, vbc); in test_integer()
556 vss = vec_eqv(vss, vss); in test_integer()
558 vus = vec_eqv(vus, vus); in test_integer()
560 vbs = vec_eqv(vbs, vbs); in test_integer()
562 vsi = vec_eqv(vsi, vsi); in test_integer()
564 vui = vec_eqv(vui, vui); in test_integer()
566 vbi = vec_eqv(vbi, vbi); in test_integer()
574 vf = vec_eqv(vf, vf); in test_integer()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p8vector.c232 res_vsc = vec_eqv(vsc, vsc); in test1()
243 res_vbc = vec_eqv(vbc, vbc); in test1()
254 res_vuc = vec_eqv(vuc, vuc); in test1()
265 res_vss = vec_eqv(vss, vss); in test1()
276 res_vbs = vec_eqv(vbs, vbs); in test1()
287 res_vus = vec_eqv(vus, vus); in test1()
298 res_vsi = vec_eqv(vsi, vsi); in test1()
303 res_vbi = vec_eqv(vbi, vbi); in test1()
308 res_vui = vec_eqv(vui, vui); in test1()
346 res_vf = vec_eqv(vfa, vfa); in test1()
[all …]
H A Dbuiltins-ppc-32bit-vec-ll.c95 vec_eqv(vsll1, vsll2); in test()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h6319 vec_eqv(__vector __bool char __a, __vector __bool char __b) { in vec_eqv() function
6324 vec_eqv(__vector signed char __a, __vector signed char __b) { in vec_eqv() function
6329 vec_eqv(__vector unsigned char __a, __vector unsigned char __b) { in vec_eqv() function
6334 vec_eqv(__vector __bool short __a, __vector __bool short __b) { in vec_eqv() function
6339 vec_eqv(__vector signed short __a, __vector signed short __b) { in vec_eqv() function
6344 vec_eqv(__vector unsigned short __a, __vector unsigned short __b) { in vec_eqv() function
6349 vec_eqv(__vector __bool int __a, __vector __bool int __b) { in vec_eqv() function
6354 vec_eqv(__vector signed int __a, __vector signed int __b) { in vec_eqv() function
6359 vec_eqv(__vector unsigned int __a, __vector unsigned int __b) { in vec_eqv() function
6379 vec_eqv(__vector float __a, __vector float __b) { in vec_eqv() function
[all …]
H A Daltivec.h3915 vec_eqv(vector signed char __a, vector signed char __b) { in vec_eqv() function
3921 vec_eqv(vector unsigned char __a, vector unsigned char __b) { in vec_eqv() function
3933 vec_eqv(vector signed short __a, vector signed short __b) { in vec_eqv() function
3939 vec_eqv(vector unsigned short __a, vector unsigned short __b) { in vec_eqv() function
3945 vec_eqv(vector bool short __a, vector bool short __b) { in vec_eqv() function
3951 vec_eqv(vector signed int __a, vector signed int __b) { in vec_eqv() function
3957 vec_eqv(vector unsigned int __a, vector unsigned int __b) { in vec_eqv() function
3968 vec_eqv(vector signed long long __a, vector signed long long __b) { in vec_eqv() function
3974 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) { in vec_eqv() function
3980 vec_eqv(vector bool long long __a, vector bool long long __b) { in vec_eqv() function
[all …]