Symbol: __PPC_RA
arch/powerpc/include/asm/ppc-opcode.h
377
#define PPC_RAW_DCBAL(a, b) (0x7c2005ec | __PPC_RA(a) | __PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
378
#define PPC_RAW_DCBZL(a, b) (0x7c2007ec | __PPC_RA(a) | __PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
394
#define PPC_RAW_POPCNTB(a, s) (PPC_INST_POPCNTB | __PPC_RA(a) | __PPC_RS(s))
arch/powerpc/include/asm/ppc-opcode.h
395
#define PPC_RAW_POPCNTD(a, s) (0x7c0003f4 | __PPC_RA(a) | __PPC_RS(s))
arch/powerpc/include/asm/ppc-opcode.h
396
#define PPC_RAW_POPCNTW(a, s) (0x7c0002f4 | __PPC_RA(a) | __PPC_RS(s))
arch/powerpc/include/asm/ppc-opcode.h
412
#define PPC_RAW_ERATWE(s, a, w) (0x7c0001a6 | __PPC_RS(s) | __PPC_RA(a) | __PPC_WS(w))
arch/powerpc/include/asm/ppc-opcode.h
413
#define PPC_RAW_ERATRE(s, a, w) (0x7c000166 | __PPC_RS(s) | __PPC_RA(a) | __PPC_WS(w))
arch/powerpc/include/asm/ppc-opcode.h
421
#define PPC_RAW_LBZCIX(t, a, b) (0x7c0006aa | __PPC_RT(t) | __PPC_RA(a) | __PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
422
#define PPC_RAW_STBCIX(s, a, b) (0x7c0007aa | __PPC_RS(s) | __PPC_RA(a) | __PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
434
#define VSX_XX1(s, a, b) (__PPC_XS(s) | __PPC_RA(a) | __PPC_RB(b))
arch/powerpc/include/asm/ppc-opcode.h
462
#define PPC_RAW_TRECLAIM(r) (PPC_INST_TRECLAIM | __PPC_RA(r))
arch/powerpc/include/asm/ppc-opcode.h
463
#define PPC_RAW_TABORT(r) (0x7c00071d | __PPC_RA(r))
tools/testing/selftests/powerpc/include/instructions.h
104
__PPC_RA(a) | \
tools/testing/selftests/powerpc/include/instructions.h
113
__PPC_RA(a) | \