Lines Matching refs:tmpcr
6260 volatile uint32_t flags, tmpcr; in test_av_int_one_arg() local
6271 __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() local
6335 __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() local
6403 __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
6477 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in vs128_cb()
6501 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in vs128_cb()
6530 volatile uint32_t flags, tmpcr; in vsplt_cb() local
6550 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in vsplt_cb()
6573 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in vsplt_cb()
6600 volatile uint32_t flags, tmpcr; in vspltis_cb() local
6617 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in vspltis_cb()
6637 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in vspltis_cb()
6658 volatile uint32_t flags, tmpcr; in vsldoi_cb() local
6679 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in vsldoi_cb()
6703 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in vsldoi_cb()
6733 volatile uint32_t flags, tmpcr; in lvs_cb() local
6752 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in lvs_cb()
6772 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in lvs_cb()
6852 volatile uint32_t flags, tmpcr; in test_av_int_ld_two_regs() local
6872 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in test_av_int_ld_two_regs()
6892 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in test_av_int_ld_two_regs()
6936 volatile uint32_t flags, tmpcr; in test_av_int_st_three_regs() local
6958 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in test_av_int_st_three_regs()
6980 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in test_av_int_st_three_regs()
7016 volatile uint32_t flags, tmpcr; in test_av_float_one_arg() local
7039 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in test_av_float_one_arg()
7062 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in test_av_float_one_arg()
7084 volatile uint32_t flags, tmpcr; in test_av_float_two_args() local
7101 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in test_av_float_two_args()
7125 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in test_av_float_two_args()
7151 volatile uint32_t flags, tmpcr; in test_av_float_three_args() local
7170 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in test_av_float_three_args()
7195 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in test_av_float_three_args()
7258 volatile uint32_t flags, tmpcr; in vcvt_cb() local
7278 __asm__ __volatile__ ("mfcr %0" : "=r" (tmpcr)); in vcvt_cb()
7301 __asm__ __volatile__ ("mtcr %0" : : "r" (tmpcr)); in vcvt_cb()
7378 volatile uint32_t res, flags, xer, tmpcr, tmpxer; in test_ppc405() local
7393 tmpcr = r18; in test_ppc405()
7409 r18 = tmpcr; in test_ppc405()