Searched refs:___PPC_RA (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 281 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro 289 #define __PPC_RA(a) ___PPC_RA(__REG_##a) 290 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a) 334 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b)) 338 #define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… 339 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… 340 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… 343 #define PPC_RAW_STQCX(t, a, b) (0x7c00016d | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) 344 #define PPC_RAW_MADDHD(t, a, b, c) (0x10000030 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PP… 345 #define PPC_RAW_MADDHDU(t, a, b, c) (0x10000031 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___P… [all …]
|
D | code-patching.h | 184 ___PPC_RA(__REG_R1) | R2_STACK_OFFSET) 188 ___PPC_RA(__REG_R1) | PPC_LR_STKOFF)
|
/kernel/linux/linux-5.10/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) | \
|
/kernel/linux/linux-5.10/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))
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | optprobes.c | 159 ppc_inst(PPC_INST_ORI | ___PPC_RA(4) | in patch_imm32_load_insns() 177 ppc_inst(PPC_INST_ORI | ___PPC_RA(reg) | in patch_imm64_load_insns() 183 ppc_inst(PPC_INST_RLDICR | ___PPC_RA(reg) | in patch_imm64_load_insns() 189 ppc_inst(PPC_INST_ORIS | ___PPC_RA(reg) | in patch_imm64_load_insns() 195 ppc_inst(PPC_INST_ORI | ___PPC_RA(reg) | in patch_imm64_load_insns()
|
/kernel/linux/linux-5.10/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))
|