Searched refs:vec_in1 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | jm-insns.c | 6321 volatile vector unsigned int vec_in1, vec_in2, vec_out, vscr; in test_av_int_two_args() local 6329 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_two_args() 6345 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in1)); in test_av_int_two_args() 6362 src1 = (unsigned int*)&vec_in1; in test_av_int_two_args() 6387 volatile vector unsigned int vec_in1, vec_in2, vec_in3, vec_out, vscr; in test_av_int_three_args() local 6395 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_three_args() 6413 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in1)); in test_av_int_three_args() 6431 src1 = (unsigned int*)&vec_in1; in test_av_int_three_args() 6462 volatile vector unsigned int vec_in1, vec_out, vscr; in vs128_cb() local 6470 vec_in1 = (vector unsigned int)viargs[i]; in vs128_cb() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | jm-insns.c | 6321 volatile vector unsigned int vec_in1, vec_in2, vec_out, vscr; in test_av_int_two_args() local 6329 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_two_args() 6345 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in1)); in test_av_int_two_args() 6362 src1 = (unsigned int*)&vec_in1; in test_av_int_two_args() 6387 volatile vector unsigned int vec_in1, vec_in2, vec_in3, vec_out, vscr; in test_av_int_three_args() local 6395 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_three_args() 6413 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in1)); in test_av_int_three_args() 6431 src1 = (unsigned int*)&vec_in1; in test_av_int_three_args() 6462 volatile vector unsigned int vec_in1, vec_out, vscr; in vs128_cb() local 6470 vec_in1 = (vector unsigned int)viargs[i]; in vs128_cb() [all …]
|