Searched refs:vec_srab (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2.c | 630 vf = vec_srab(vf, vsi); in test_integer() 633 vf = vec_srab(vf, vui); in test_integer() 636 vd = vec_srab(vd, vsl); in test_integer() 639 vd = vec_srab(vd, vul); in test_integer()
|
| H A D | builtins-systemz-zvector.c | 3072 vsc = vec_srab(vsc, vsc); in test_integer() 3075 vsc = vec_srab(vsc, vuc); in test_integer() 3078 vuc = vec_srab(vuc, vsc); in test_integer() 3081 vuc = vec_srab(vuc, vuc); in test_integer() 3084 vss = vec_srab(vss, vss); in test_integer() 3087 vss = vec_srab(vss, vus); in test_integer() 3090 vus = vec_srab(vus, vss); in test_integer() 3093 vus = vec_srab(vus, vus); in test_integer() 3096 vsi = vec_srab(vsi, vsi); in test_integer() 3120 vd = vec_srab(vd, vsl); in test_integer() [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 7434 vec_srab(__vector signed char __a, __vector signed char __b) { in vec_srab() function 7440 vec_srab(__vector signed char __a, __vector unsigned char __b) { in vec_srab() function 7446 vec_srab(__vector unsigned char __a, __vector signed char __b) { in vec_srab() function 7456 vec_srab(__vector signed short __a, __vector signed short __b) { in vec_srab() function 7480 vec_srab(__vector signed int __a, __vector signed int __b) { in vec_srab() function 7486 vec_srab(__vector signed int __a, __vector unsigned int __b) { in vec_srab() function 7492 vec_srab(__vector unsigned int __a, __vector signed int __b) { in vec_srab() function 7498 vec_srab(__vector unsigned int __a, __vector unsigned int __b) { in vec_srab() function 7529 vec_srab(__vector float __a, __vector signed int __b) { in vec_srab() function 7535 vec_srab(__vector float __a, __vector unsigned int __b) { in vec_srab() function [all …]
|