Home
last modified time | relevance | path

Searched refs:vec_splat_s8 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector-error.c404 vsc = vec_splat_s8(idx); // expected-error {{no matching function}} in test_core()
H A Dbuiltins-systemz-zvector.c810 vsc = vec_splat_s8(-128); in test_core()
812 vsc = vec_splat_s8(127); in test_core()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c4334 res_vsc = vec_splat_s8(0x09); // TODO: add check in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h10304 #define __builtin_altivec_vspltisb vec_splat_s8
10308 vec_splat_s8(signed char __a) { in vec_splat_s8() function
H A Dvecintrin.h1806 vec_splat_s8(signed char __scalar) in vec_splat_s8() function