Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-error.c91vec_dstt(&vsi, index, index); //expected-error {{argument to '__builtin_altivec_dstt' must be a co… in testDST()
92 vec_dstt(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
H A Dbuiltins-ppc-altivec.c1381 vec_dstt(&vf, 0, 0); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h3908 #define vec_dstt(__PTR, __CW, __STR) \ macro