Searched refs:tmpcr (Results 1 – 2 of 2) sorted by relevance
6260 volatile uint32_t flags, tmpcr; in test_av_int_one_arg() local6271 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in test_av_int_one_arg()6297 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in test_av_int_one_arg()6319 volatile uint32_t flags, tmpcr; in test_av_int_two_args() local6335 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in test_av_int_two_args()6359 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in test_av_int_two_args()6385 volatile uint32_t flags, tmpcr; in test_av_int_three_args() local6403 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in test_av_int_three_args()6428 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in test_av_int_three_args()6459 volatile uint32_t flags, tmpcr; in vs128_cb() local[all …]