Searched refs:___PPC_RT (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 285 #define ___PPC_RT(t) ___PPC_RS(t) macro 293 #define __PPC_RT(t) ___PPC_RT(__REG_##t) 335 #define PPC_RAW_DARN(t, l) (0x7c0005e6 | ___PPC_RT(t) | (((l) & 0x3) << 16)) 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… 346 #define PPC_RAW_MADDLD(t, a, b, c) (0x10000033 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | ___PP… [all …]
|
D | code-patching.h | 183 #define PPC_INST_LD_TOC (PPC_INST_LD | ___PPC_RT(__REG_R2) | \
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/asm/ |
D | ppc-opcode.h | 25 #define ___PPC_RT(t) ___PPC_RS(t) macro 28 ___PPC_RT(vrt) | ___PPC_RA(vra) | \ 32 ___PPC_RT(vrt) | ___PPC_RA(vra) | \
|
/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))
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | optprobes.c | 153 ppc_inst(PPC_INST_ADDIS | ___PPC_RT(4) | in patch_imm32_load_insns() 171 ppc_inst(PPC_INST_ADDIS | ___PPC_RT(reg) | in patch_imm64_load_insns()
|
/kernel/linux/linux-5.10/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 711 EMIT(PPC_INST_MFLR | ___PPC_RT(b2p[TMP_REG_1])); in bpf_jit_build_body()
|