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

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp302 Function vec_splat_s8 [type char] ===> OK
H A DtestVMX.c4765 /* Function vec_splat_s8 */
4769 Caux1.v = vec_splat_s8( 15 );
4774 printf("Function vec_splat_s8 [type char] ===> Error\n");
4776 printf("Function vec_splat_s8 [type char] ===> OK\n");
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c695 #define VEC_ALPHA_MASK() ((vector unsigned char)vec_sl((vector unsigned int)vec_splat_s8(-1), VEC_U32_24()))
980 vbits = (vector unsigned char)vec_splat_s8(-1);
1291 vbits = (vector unsigned char)vec_splat_s8(-1);
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c3814 /* vec_splat_s8 */
3815 res_vsc = vec_splat_s8(0x09); // TODO: add check
/external/clang/lib/Headers/
H A Daltivec.h6244 /* vec_splat_s8 */
6246 #define __builtin_altivec_vspltisb vec_splat_s8
6250 vec_splat_s8(signed char __a) function

Completed in 199 milliseconds