Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c415 vsc = vec_splat_s8(idx); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector.c488 vsc = vec_splat_s8(-128); in test_core()
490 vsc = vec_splat_s8(127); in test_core()
Dbuiltins-ppc-altivec.c4058 res_vsc = vec_splat_s8(0x09); // TODO: add check in test6()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp302 Function vec_splat_s8 [type char] ===> OK
DtestVMX.c4769 Caux1.v = vec_splat_s8( 15 ); in part3()
/external/clang/lib/Headers/
Daltivec.h7892 #define __builtin_altivec_vspltisb vec_splat_s8
7896 vec_splat_s8(signed char __a) { in vec_splat_s8() function
Dvecintrin.h1244 vec_splat_s8(signed char __scalar) in vec_splat_s8() function