Searched refs:vec_rl_mask (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 434 vsc = vec_rl_mask(vsc, vuc, idx); // expected-error {{no matching function}} in test_integer() 437 vuc = vec_rl_mask(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer() 440 vss = vec_rl_mask(vss, vus, idx); // expected-error {{no matching function}} in test_integer() 443 vus = vec_rl_mask(vus, vus, idx); // expected-error {{no matching function}} in test_integer() 446 vsi = vec_rl_mask(vsi, vui, idx); // expected-error {{no matching function}} in test_integer() 449 vui = vec_rl_mask(vui, vui, idx); // expected-error {{no matching function}} in test_integer() 452 vsl = vec_rl_mask(vsl, vul, idx); // expected-error {{no matching function}} in test_integer() 455 vul = vec_rl_mask(vul, vul, idx); // expected-error {{no matching function}} in test_integer()
|
D | builtins-systemz-zvector.c | 1693 vsc = vec_rl_mask(vsc, vuc, 0); in test_integer() 1695 vsc = vec_rl_mask(vsc, vuc, 255); in test_integer() 1697 vuc = vec_rl_mask(vuc, vuc, 0); in test_integer() 1699 vuc = vec_rl_mask(vuc, vuc, 255); in test_integer() 1701 vss = vec_rl_mask(vss, vus, 0); in test_integer() 1703 vss = vec_rl_mask(vss, vus, 255); in test_integer() 1705 vus = vec_rl_mask(vus, vus, 0); in test_integer() 1707 vus = vec_rl_mask(vus, vus, 255); in test_integer() 1709 vsi = vec_rl_mask(vsi, vui, 0); in test_integer() 1711 vsi = vec_rl_mask(vsi, vui, 255); in test_integer() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 5267 vec_rl_mask(vector signed char __a, vector unsigned char __b, 5271 vec_rl_mask(vector unsigned char __a, vector unsigned char __b, 5275 vec_rl_mask(vector signed short __a, vector unsigned short __b, 5279 vec_rl_mask(vector unsigned short __a, vector unsigned short __b, 5283 vec_rl_mask(vector signed int __a, vector unsigned int __b, 5287 vec_rl_mask(vector unsigned int __a, vector unsigned int __b, 5291 vec_rl_mask(vector signed long long __a, vector unsigned long long __b, 5295 vec_rl_mask(vector unsigned long long __a, vector unsigned long long __b, 5298 #define vec_rl_mask(X, Y, Z) ((__typeof__((vec_rl_mask)((X), (Y), (Z)))) \ macro
|