Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-error.c89vec_dst(&vsi, index, index); //expected-error {{argument to '__builtin_altivec_dst' must be a cons… in testDST()
90 vec_dst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
H A Dbuiltins-ppc-altivec.c1366 vec_dst(&vsc, 0, 0); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h3896 #define vec_dst(__PTR, __CW, __STR) \ macro