Home | History | Annotate | Download | only in ppc32

Lines Matching refs:_arg

52 #define SET_CR(_arg) \
53 __asm__ __volatile__ ("mtcr %0" : : "b"(_arg) : ALLCR );
55 #define SET_XER(_arg) \
56 __asm__ __volatile__ ("mtxer %0" : : "b"(_arg) : "xer" );