Lines Matching refs:vec_in1

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()
6487 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in1)); in vs128_cb()
6504 src1 = (unsigned int*)&vec_in1; in vs128_cb()
6532 volatile vector unsigned int vec_in1, vec_out, vscr; in vsplt_cb() local
6540 vec_in1 = (vector unsigned int)viargs[i]; in vsplt_cb()
6560 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in1)); in vsplt_cb()
6576 src1 = (unsigned int*)&vec_in1; in vsplt_cb()
6660 volatile vector unsigned int vec_in1, vec_in2, vec_out, vscr; in vsldoi_cb() local
6668 vec_in1 = (vector unsigned int)viargs[i]; in vsldoi_cb()
6689 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in1)); in vsldoi_cb()
6706 src1 = (unsigned int*)&vec_in1; in vsldoi_cb()
7086 volatile vector float vec_in1, vec_in2, vec_out; in test_av_float_two_args() local
7096 vec_in1 = (vector float)vfargs[i]; in test_av_float_two_args()
7111 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in1)); in test_av_float_two_args()
7128 src1 = (unsigned int*)&vec_in1; in test_av_float_two_args()
7153 volatile vector float vec_in1, vec_in2, vec_in3, vec_out; in test_av_float_three_args() local
7164 vec_in1 = (vector float)vfargs[i]; in test_av_float_three_args()
7180 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in1)); in test_av_float_three_args()
7198 src1 = (unsigned int*)&vec_in1; in test_av_float_three_args()