Searched refs:vec_load_bndry (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 235 vsc = vec_load_bndry(cptrsc, idx); // expected-error {{no matching function}} in test_core() 238 vsc = vec_load_bndry(cptrsc, 200); // expected-error {{no matching function}} in test_core() 241 vsc = vec_load_bndry(cptrsc, 32); // expected-error {{no matching function}} in test_core() 244 vsc = vec_load_bndry(cptrsc, 8192); // expected-error {{no matching function}} in test_core() 247 vuc = vec_load_bndry(cptruc, idx); // expected-error {{no matching function}} in test_core() 250 vss = vec_load_bndry(cptrss, idx); // expected-error {{no matching function}} in test_core() 253 vus = vec_load_bndry(cptrus, idx); // expected-error {{no matching function}} in test_core() 256 vsi = vec_load_bndry(cptrsi, idx); // expected-error {{no matching function}} in test_core() 259 vui = vec_load_bndry(cptrui, idx); // expected-error {{no matching function}} in test_core() 262 vsl = vec_load_bndry(cptrsl, idx); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-systemz-zvector.c | 331 vsc = vec_load_bndry(cptrsc, 64); in test_core() 333 vuc = vec_load_bndry(cptruc, 64); in test_core() 335 vss = vec_load_bndry(cptrss, 64); in test_core() 337 vus = vec_load_bndry(cptrus, 64); in test_core() 339 vsi = vec_load_bndry(cptrsi, 64); in test_core() 341 vui = vec_load_bndry(cptrui, 64); in test_core() 343 vsl = vec_load_bndry(cptrsl, 64); in test_core() 345 vul = vec_load_bndry(cptrul, 64); in test_core() 347 vd = vec_load_bndry(cptrd, 64); in test_core() 349 vsc = vec_load_bndry(cptrsc, 128); in test_core() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 924 vec_load_bndry(const signed char *__ptr, unsigned short __len) 928 vec_load_bndry(const unsigned char *__ptr, unsigned short __len) 932 vec_load_bndry(const signed short *__ptr, unsigned short __len) 936 vec_load_bndry(const unsigned short *__ptr, unsigned short __len) 940 vec_load_bndry(const signed int *__ptr, unsigned short __len) 944 vec_load_bndry(const unsigned int *__ptr, unsigned short __len) 948 vec_load_bndry(const signed long long *__ptr, unsigned short __len) 952 vec_load_bndry(const unsigned long long *__ptr, unsigned short __len) 956 vec_load_bndry(const double *__ptr, unsigned short __len) 959 #define vec_load_bndry(X, Y) ((__typeof__((vec_load_bndry)((X), (Y)))) \ macro
|