Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p10vector-error.c19 …return vec_cntm(vuca, -1); // expected-error 1+ {{argument value 255 is outside the valid range [0… in test_vec_cntm_uc()
23 …return vec_cntm(vusa, -1); // expected-error 1+ {{argument value 255 is outside the valid range [0… in test_vec_cntm_us()
27 …return vec_cntm(vuia, 2); // expected-error 1+ {{argument value 2 is outside the valid range [0, 1… in test_vec_cntm_ui()
31 …return vec_cntm(vulla, 2); // expected-error 1+ {{argument value 2 is outside the valid range [0, … in test_vec_cntm_ull()
H A Dbuiltins-ppc-p10vector.c581 return vec_cntm(vuca, 1); in test_vec_cntm_uc()
587 return vec_cntm(vusa, 0); in test_vec_cntm_us()
593 return vec_cntm(vuia, 1); in test_vec_cntm_ui()
599 return vec_cntm(vulla, 0); in test_vec_cntm_ull()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h18336 #define vec_cntm(__a, __mp) \ macro