Searched refs:vec_in2 (Results 1 – 2 of 2) sorted by relevance
/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 6331 vec_in2 = (vector unsigned int)viargs[j]; in test_av_int_two_args() 6346 __asm__ __volatile__ ("vor 15,%0,%0" : : "v" (vec_in2)); in test_av_int_two_args() 6363 src2 = (unsigned int*)&vec_in2; 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 6397 vec_in2 = (vector unsigned int)viargs[j]; in test_av_int_three_args() 6414 __asm__ __volatile__ ("vor 15,%0,%0" : : "v" (vec_in2)); in test_av_int_three_args() 6432 src2 = (unsigned int*)&vec_in2; in test_av_int_three_args() 6660 volatile vector unsigned int vec_in1, vec_in2, vec_out, vscr; in vsldoi_cb() local 6670 vec_in2 = (vector unsigned int)viargs[j]; in vsldoi_cb() [all …]
|
/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 6331 vec_in2 = (vector unsigned int)viargs[j]; in test_av_int_two_args() 6346 __asm__ __volatile__ ("vor 15,%0,%0" : : "v" (vec_in2)); in test_av_int_two_args() 6363 src2 = (unsigned int*)&vec_in2; 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 6397 vec_in2 = (vector unsigned int)viargs[j]; in test_av_int_three_args() 6414 __asm__ __volatile__ ("vor 15,%0,%0" : : "v" (vec_in2)); in test_av_int_three_args() 6432 src2 = (unsigned int*)&vec_in2; in test_av_int_three_args() 6660 volatile vector unsigned int vec_in1, vec_in2, vec_out, vscr; in vsldoi_cb() local 6670 vec_in2 = (vector unsigned int)viargs[j]; in vsldoi_cb() [all …]
|