Searched refs:___PPC_RA (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 322 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro 330 #define __PPC_RA(a) ___PPC_RA(__REG_##a) 331 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a) 375 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b)) 379 #define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… 380 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… 381 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… 384 #define PPC_RAW_STQCX(t, a, b) (0x7c00016d | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) 385 #define PPC_RAW_MADDHD(t, a, b, c) (0x10000030 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PP… 386 #define PPC_RAW_MADDHDU(t, a, b, c) (0x10000031 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___P… [all …]
|
/linux-6.6.21/tools/testing/selftests/powerpc/stringloops/asm/ |
D | ppc-opcode.h | 22 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro 28 ___PPC_RT(vrt) | ___PPC_RA(vra) | \ 32 ___PPC_RT(vrt) | ___PPC_RA(vra) | \
|
/linux-6.6.21/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | copy-paste.h | 11 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro 18 ___PPC_RA(a) | ___PPC_RB(b)) 20 ___PPC_RA(a) | ___PPC_RB(b))
|
/linux-6.6.21/arch/powerpc/lib/ |
D | test_emulate_step.c | 26 PPC_INST_PLD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) 34 PPC_INST_PSTD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) 38 PPC_INST_LFS | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) 42 PPC_INST_STFS | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) 46 PPC_INST_LFD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i)) 50 PPC_INST_STFD | ___PPC_RT(r) | ___PPC_RA(base) | IMM_L(i))
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | module_64.c | 476 PPC_INST_PADDI | ___PPC_RT(_R12) | ___PPC_RA(_R12),
|