Home | History | Annotate | Download | only in ppc64

Lines Matching refs:_arg

59 #define SET_CR(_arg) \
60 __asm__ __volatile__ ("mtcr %0" : : "b"(_arg) : ALLCR );
62 #define SET_XER(_arg) \
63 __asm__ __volatile__ ("mtxer %0" : : "b"(_arg) : "xer" );