Searched refs:vec_slb (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2.c | 604 vf = vec_slb(vf, vsi); in test_integer() 607 vf = vec_slb(vf, vui); in test_integer() 610 vd = vec_slb(vd, vsl); in test_integer() 613 vd = vec_slb(vd, vul); in test_integer()
|
| H A D | builtins-systemz-zvector.c | 2774 vsc = vec_slb(vsc, vsc); in test_integer() 2777 vsc = vec_slb(vsc, vuc); in test_integer() 2780 vuc = vec_slb(vuc, vsc); in test_integer() 2783 vuc = vec_slb(vuc, vuc); in test_integer() 2786 vss = vec_slb(vss, vss); in test_integer() 2789 vss = vec_slb(vss, vus); in test_integer() 2792 vus = vec_slb(vus, vss); in test_integer() 2795 vus = vec_slb(vus, vus); in test_integer() 2798 vsi = vec_slb(vsi, vsi); in test_integer() 2822 vd = vec_slb(vd, vsl); in test_integer() [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 6909 vec_slb(__vector signed char __a, __vector signed char __b) { in vec_slb() function 6915 vec_slb(__vector signed char __a, __vector unsigned char __b) { in vec_slb() function 6921 vec_slb(__vector unsigned char __a, __vector signed char __b) { in vec_slb() function 6931 vec_slb(__vector signed short __a, __vector signed short __b) { in vec_slb() function 6955 vec_slb(__vector signed int __a, __vector signed int __b) { in vec_slb() function 6961 vec_slb(__vector signed int __a, __vector unsigned int __b) { in vec_slb() function 6967 vec_slb(__vector unsigned int __a, __vector signed int __b) { in vec_slb() function 6973 vec_slb(__vector unsigned int __a, __vector unsigned int __b) { in vec_slb() function 7004 vec_slb(__vector float __a, __vector signed int __b) { in vec_slb() function 7010 vec_slb(__vector float __a, __vector unsigned int __b) { in vec_slb() function [all …]
|