Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c419 vss = vec_splat_s16(idx); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector.c496 vss = vec_splat_s16(-32768); in test_core()
498 vss = vec_splat_s16(32767); in test_core()
Dbuiltins-ppc-altivec.c4043 res_vs = vec_splat_s16(0x09); // TODO: add check in test6()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp305 Function vec_splat_s16 [type short] ===> OK
DtestVMX.c4782 Saux1.v = vec_splat_s16( 15 ); in part3()
/external/clang/lib/Headers/
Daltivec.h7805 #define __builtin_altivec_vspltish vec_splat_s16
7808 static vector short __ATTRS_o_ai vec_splat_s16(signed char __a) { in vec_splat_s16() function
Dvecintrin.h1250 vec_splat_s16(signed short __scalar) in vec_splat_s16() function