Home | History | Annotate | Download | only in ppc32

Lines Matching refs:_arg

200 #define SET_CR(_arg) \
201 __asm__ __volatile__ ("mtcr %0" : : "b"(_arg) : ALLCR );
203 #define SET_XER(_arg) \
204 __asm__ __volatile__ ("mtxer %0" : : "b"(_arg) : "xer" );