Home
last modified time | relevance | path

Searched refs:vec_slb (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c1799 vsc = vec_slb(vsc, vsc); in test_integer()
1801 vsc = vec_slb(vsc, vuc); in test_integer()
1803 vuc = vec_slb(vuc, vsc); in test_integer()
1805 vuc = vec_slb(vuc, vuc); in test_integer()
1807 vss = vec_slb(vss, vss); in test_integer()
1809 vss = vec_slb(vss, vus); in test_integer()
1811 vus = vec_slb(vus, vss); in test_integer()
1813 vus = vec_slb(vus, vus); in test_integer()
1815 vsi = vec_slb(vsi, vsi); in test_integer()
1817 vsi = vec_slb(vsi, vui); in test_integer()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h5536 vec_slb(vector signed char __a, vector signed char __b) { in vec_slb() function
5542 vec_slb(vector signed char __a, vector unsigned char __b) { in vec_slb() function
5548 vec_slb(vector unsigned char __a, vector signed char __b) { in vec_slb() function
5553 vec_slb(vector unsigned char __a, vector unsigned char __b) { in vec_slb() function
5558 vec_slb(vector signed short __a, vector signed short __b) { in vec_slb() function
5564 vec_slb(vector signed short __a, vector unsigned short __b) { in vec_slb() function
5570 vec_slb(vector unsigned short __a, vector signed short __b) { in vec_slb() function
5576 vec_slb(vector unsigned short __a, vector unsigned short __b) { in vec_slb() function
5582 vec_slb(vector signed int __a, vector signed int __b) { in vec_slb() function
5588 vec_slb(vector signed int __a, vector unsigned int __b) { in vec_slb() function
[all …]