Searched refs:vec_shft (Results 1 - 2 of 2) sorted by path

/external/valgrind/none/tests/ppc32/
H A Djm-insns.c6461 volatile vector unsigned char vec_shft; local
6473 vec_shft = (vector unsigned char) { j,j,j,j, j,j,j,j, j,j,j,j, j,j,j,j };
6488 __asm__ __volatile__ ("vor 15,%0,%0" : : "v" (vec_shft));
6505 src2 = (unsigned int*)&vec_shft;
/external/valgrind/none/tests/ppc64/
H A Djm-insns.c6461 volatile vector unsigned char vec_shft; local
6473 vec_shft = (vector unsigned char) { j,j,j,j, j,j,j,j, j,j,j,j, j,j,j,j };
6488 __asm__ __volatile__ ("vor 15,%0,%0" : : "v" (vec_shft));
6505 src2 = (unsigned int*)&vec_shft;

Completed in 258 milliseconds