Searched refs:vec_fp_test_data_class (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2-error.c | 135 …vbi = vec_fp_test_data_class(vf, idx, &cc); // expected-error {{no matching function}} expected-e… in test_float() 138 …vbi = vec_fp_test_data_class(vf, -1, &cc); // expected-error {{no matching function}} expected-e… in test_float() 141 …vbi = vec_fp_test_data_class(vf, 4096, &cc); // expected-error {{no matching function}} expected-e… in test_float() 144 …vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{no matching function}} expected-e… in test_float() 147 …vbl = vec_fp_test_data_class(vd, -1, &cc); // expected-error {{no matching function}} expected-e… in test_float() 150 …vbl = vec_fp_test_data_class(vd, 4096, &cc); // expected-error {{no matching function}} expected-e… in test_float()
|
| H A D | builtins-systemz-zvector2-constrained.c | 531 vbi = vec_fp_test_data_class(vf, 0, &cc); in test_float() 534 vbi = vec_fp_test_data_class(vf, 4095, &cc); in test_float() 537 vbl = vec_fp_test_data_class(vd, 0, &cc); in test_float() 540 vbl = vec_fp_test_data_class(vd, 4095, &cc); in test_float()
|
| H A D | builtins-systemz-zvector.c | 4556 vbl = vec_fp_test_data_class(vd, 0, &cc); in test_float() 4559 vbl = vec_fp_test_data_class(vd, 4095, &cc); in test_float() 4562 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_ZERO_P, &cc); in test_float() 4565 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_ZERO_N, &cc); in test_float() 4568 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_ZERO, &cc); in test_float() 4577 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_NORMAL, &cc); in test_float() 4598 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_QNAN_P, &cc); in test_float() 4601 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_QNAN_N, &cc); in test_float() 4604 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_QNAN, &cc); in test_float() 4613 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_SNAN, &cc); in test_float() [all …]
|
| H A D | builtins-systemz-zvector2.c | 834 vbi = vec_fp_test_data_class(vf, 0, &cc); in test_float() 837 vbi = vec_fp_test_data_class(vf, 4095, &cc); in test_float() 840 vbl = vec_fp_test_data_class(vd, 0, &cc); in test_float() 843 vbl = vec_fp_test_data_class(vd, 4095, &cc); in test_float()
|
| H A D | builtins-systemz-zvector-error.c | 594 vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{must be a constant integer}} in test_float() 595 …vbl = vec_fp_test_data_class(vd, -1, &cc); // expected-error-re {{argument value {{.*}} is outsi… in test_float() 596 …vbl = vec_fp_test_data_class(vd, 4096, &cc); // expected-error-re {{argument value {{.*}} is outsi… in test_float()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 9303 vec_fp_test_data_class(__vector float __a, int __b, int *__c) 9307 vec_fp_test_data_class(__vector double __a, int __b, int *__c) 9310 #define vec_fp_test_data_class(X, Y, Z) \ macro 9311 ((__typeof__((vec_fp_test_data_class)((X), (Y), (Z)))) \ 9325 #define vec_fp_test_data_class(X, Y, Z) \ macro
|