Searched defs:vec_in (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c6113 volatile vector unsigned int vec_in, vec_out, vscr; local
6125 vec_in = (vector unsigned int)viargs[i];
6135 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in));
6151 src = (unsigned int*)&vec_in;
6696 volatile vector unsigned int vec_in, vec_out, vscr; local
6737 vec_in = (vector unsigned int)viargs[i];
6738 src = (unsigned int*)&vec_in;
6780 volatile vector unsigned int vec_in, vec_out, vscr; local
6793 vec_in = (vector unsigned int)viargs[i];
6810 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in));
6860 volatile vector float vec_in, vec_out; local
7070 volatile vector unsigned int vec_in, vec_out, vscr; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c6113 volatile vector unsigned int vec_in, vec_out, vscr; local
6125 vec_in = (vector unsigned int)viargs[i];
6135 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in));
6151 src = (unsigned int*)&vec_in;
6696 volatile vector unsigned int vec_in, vec_out, vscr; local
6737 vec_in = (vector unsigned int)viargs[i];
6738 src = (unsigned int*)&vec_in;
6780 volatile vector unsigned int vec_in, vec_out, vscr; local
6793 vec_in = (vector unsigned int)viargs[i];
6810 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in));
6860 volatile vector float vec_in, vec_out; local
7070 volatile vector unsigned int vec_in, vec_out, vscr; local
[all...]

Completed in 79 milliseconds