Searched refs:vec_fp_test_data_class (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 573 vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{must be a constant integer}} in test_float() 574 …vbl = vec_fp_test_data_class(vd, -1, &cc); // expected-error {{should be a value from 0 to 4095}} in test_float() 575 …vbl = vec_fp_test_data_class(vd, 4096, &cc); // expected-error {{should be a value from 0 to 4095}} in test_float()
|
D | builtins-systemz-zvector.c | 2963 vbl = vec_fp_test_data_class(vd, 0, &cc); in test_float() 2965 vbl = vec_fp_test_data_class(vd, 4095, &cc); in test_float()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7406 #define vec_fp_test_data_class(X, Y, Z) \ macro
|