Searched refs:vec_srb (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2.c | 643 vf = vec_srb(vf, vsi); in test_integer() 646 vf = vec_srb(vf, vui); in test_integer() 649 vd = vec_srb(vd, vsl); in test_integer() 652 vd = vec_srb(vd, vul); in test_integer()
|
| H A D | builtins-systemz-zvector.c | 3236 vsc = vec_srb(vsc, vsc); in test_integer() 3239 vsc = vec_srb(vsc, vuc); in test_integer() 3242 vuc = vec_srb(vuc, vsc); in test_integer() 3245 vuc = vec_srb(vuc, vuc); in test_integer() 3248 vss = vec_srb(vss, vss); in test_integer() 3251 vss = vec_srb(vss, vus); in test_integer() 3254 vus = vec_srb(vus, vss); in test_integer() 3257 vus = vec_srb(vus, vus); in test_integer() 3260 vsi = vec_srb(vsi, vsi); in test_integer() 3284 vd = vec_srb(vd, vsl); in test_integer() [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 7799 vec_srb(__vector signed char __a, __vector signed char __b) { in vec_srb() function 7805 vec_srb(__vector signed char __a, __vector unsigned char __b) { in vec_srb() function 7811 vec_srb(__vector unsigned char __a, __vector signed char __b) { in vec_srb() function 7821 vec_srb(__vector signed short __a, __vector signed short __b) { in vec_srb() function 7845 vec_srb(__vector signed int __a, __vector signed int __b) { in vec_srb() function 7851 vec_srb(__vector signed int __a, __vector unsigned int __b) { in vec_srb() function 7857 vec_srb(__vector unsigned int __a, __vector signed int __b) { in vec_srb() function 7863 vec_srb(__vector unsigned int __a, __vector unsigned int __b) { in vec_srb() function 7894 vec_srb(__vector float __a, __vector signed int __b) { in vec_srb() function 7900 vec_srb(__vector float __a, __vector unsigned int __b) { in vec_srb() function [all …]
|