Lines Matching refs:vec_in
6262 volatile vector unsigned int vec_in, vec_out, vscr; in test_av_int_one_arg() local
6274 vec_in = (vector unsigned int)viargs[i]; in test_av_int_one_arg()
6284 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in)); in test_av_int_one_arg()
6300 src = (unsigned int*)&vec_in; in test_av_int_one_arg()
6854 volatile vector unsigned int vec_in, vec_out, vscr; in test_av_int_ld_two_regs() local
6895 vec_in = (vector unsigned int)viargs[i]; in test_av_int_ld_two_regs()
6896 src = (unsigned int*)&vec_in; in test_av_int_ld_two_regs()
6938 volatile vector unsigned int vec_in, vec_out, vscr; in test_av_int_st_three_regs() local
6951 vec_in = (vector unsigned int)viargs[i]; in test_av_int_st_three_regs()
6968 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in)); in test_av_int_st_three_regs()
6984 src = (unsigned int*)&vec_in; in test_av_int_st_three_regs()
7018 volatile vector float vec_in, vec_out; in test_av_float_one_arg() local
7035 vec_in = (vector float)vfargs[i]; in test_av_float_one_arg()
7049 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in)); in test_av_float_one_arg()
7065 src = (unsigned int*)&vec_in; in test_av_float_one_arg()
7260 volatile vector unsigned int vec_in, vec_out, vscr; in vcvt_cb() local
7268 vec_in = (vector unsigned int)vfargs[i]; in vcvt_cb()
7288 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in)); in vcvt_cb()
7304 src = (unsigned int*)&vec_in; in vcvt_cb()