Home
last modified time | relevance | path

Searched refs:vec_fp_test_data_class (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c573 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()
Dbuiltins-systemz-zvector.c2963 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/
Dvecintrin.h7406 #define vec_fp_test_data_class(X, Y, Z) \ macro