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

/external/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector-error.c573 vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{must be a constant integer}}
574 vbl = vec_fp_test_data_class(vd, -1, &cc); // expected-error {{should be a value from 0 to 4095}}
575 vbl = vec_fp_test_data_class(vd, 4096, &cc); // expected-error {{should be a value from 0 to 4095}}
H A Dbuiltins-systemz-zvector.c2963 vbl = vec_fp_test_data_class(vd, 0, &cc);
2965 vbl = vec_fp_test_data_class(vd, 4095, &cc);
/external/clang/lib/Headers/
H A Dvecintrin.h7404 /*-- vec_fp_test_data_class -------------------------------------------------*/
7406 #define vec_fp_test_data_class(X, Y, Z) \ macro

Completed in 155 milliseconds