Searched refs:tmpvscr (Results 1 – 2 of 2) sorted by relevance
6261 volatile vector unsigned int tmpvscr; in test_av_int_one_arg() local6272 __asm__ __volatile__ ("mfvscr %0" : "=vr" (tmpvscr)); in test_av_int_one_arg()6298 __asm__ __volatile__ ("mtvscr %0" : : "v" (tmpvscr)); in test_av_int_one_arg()6320 volatile vector unsigned int tmpvscr; in test_av_int_two_args() local6336 __asm__ __volatile__ ("mfvscr %0" : "=vr" (tmpvscr)); in test_av_int_two_args()6360 __asm__ __volatile__ ("mtvscr %0" : : "v" (tmpvscr)); in test_av_int_two_args()6386 volatile vector unsigned int tmpvscr; in test_av_int_three_args() local6404 __asm__ __volatile__ ("mfvscr %0" : "=vr" (tmpvscr)); in test_av_int_three_args()6429 __asm__ __volatile__ ("mtvscr %0" : : "v" (tmpvscr)); in test_av_int_three_args()6460 volatile vector unsigned int tmpvscr; in vs128_cb() local[all …]