Home | History | Annotate | Download | only in ppc64

Lines Matching refs:_arg

153 #define SET_CR(_arg) \
154 __asm__ __volatile__ ("mtcr %0" : : "b"(_arg) : ALLCR );
156 #define SET_XER(_arg) \
157 __asm__ __volatile__ ("mtxer %0" : : "b"(_arg) : "xer" );