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

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

Completed in 59 milliseconds