Searched refs:vec_in3 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | jm-insns.c | 6387 volatile vector unsigned int vec_in1, vec_in2, vec_in3, vec_out, vscr; in test_av_int_three_args() local 6399 vec_in3 = (vector unsigned int)viargs[k]; in test_av_int_three_args() 6415 __asm__ __volatile__ ("vor 16,%0,%0" : : "v" (vec_in3)); in test_av_int_three_args() 6433 src3 = (unsigned int*)&vec_in3; in test_av_int_three_args() 7153 volatile vector float vec_in1, vec_in2, vec_in3, vec_out; in test_av_float_three_args() local 7166 vec_in3 = (vector float)vfargs[k]; in test_av_float_three_args() 7182 __asm__ __volatile__ ("vor 16,%0,%0" : : "v" (vec_in3)); in test_av_float_three_args() 7200 src3 = (unsigned int*)&vec_in3; in test_av_float_three_args()
|
/external/valgrind/none/tests/ppc32/ |
D | jm-insns.c | 6387 volatile vector unsigned int vec_in1, vec_in2, vec_in3, vec_out, vscr; in test_av_int_three_args() local 6399 vec_in3 = (vector unsigned int)viargs[k]; in test_av_int_three_args() 6415 __asm__ __volatile__ ("vor 16,%0,%0" : : "v" (vec_in3)); in test_av_int_three_args() 6433 src3 = (unsigned int*)&vec_in3; in test_av_int_three_args() 7153 volatile vector float vec_in1, vec_in2, vec_in3, vec_out; in test_av_float_three_args() local 7166 vec_in3 = (vector float)vfargs[k]; in test_av_float_three_args() 7182 __asm__ __volatile__ ("vor 16,%0,%0" : : "v" (vec_in3)); in test_av_float_three_args() 7200 src3 = (unsigned int*)&vec_in3; in test_av_float_three_args()
|