Home
last modified time | relevance | path

Searched refs:___PPC_RT (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit.h42 #define PPC_MTLR(r) EMIT(PPC_INST_MTLR | ___PPC_RT(r))
44 #define PPC_MTCTR(r) EMIT(PPC_INST_MTCTR | ___PPC_RT(r))
45 #define PPC_ADDI(d, a, i) EMIT(PPC_INST_ADDI | ___PPC_RT(d) | \
50 ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i))
65 #define PPC_LBZ(r, base, i) EMIT(PPC_INST_LBZ | ___PPC_RT(r) | \
67 #define PPC_LD(r, base, i) EMIT(PPC_INST_LD | ___PPC_RT(r) | \
69 #define PPC_LWZ(r, base, i) EMIT(PPC_INST_LWZ | ___PPC_RT(r) | \
71 #define PPC_LHZ(r, base, i) EMIT(PPC_INST_LHZ | ___PPC_RT(r) | \
73 #define PPC_LHBRX(r, base, b) EMIT(PPC_INST_LHBRX | ___PPC_RT(r) | \
75 #define PPC_LDBRX(r, base, b) EMIT(PPC_INST_LDBRX | ___PPC_RT(r) | \
[all …]
/Linux-v4.19/tools/testing/selftests/powerpc/stringloops/asm/
Dppc-opcode.h29 #define ___PPC_RT(t) ___PPC_RS(t) macro
32 ___PPC_RT(vrt) | ___PPC_RA(vra) | \
36 ___PPC_RT(vrt) | ___PPC_RA(vra) | \
/Linux-v4.19/arch/powerpc/lib/
Dtest_emulate_step.c24 #define TEST_LD(r, base, i) (PPC_INST_LD | ___PPC_RT(r) | \
26 #define TEST_LWZ(r, base, i) (PPC_INST_LWZ | ___PPC_RT(r) | \
28 #define TEST_LWZX(t, a, b) (PPC_INST_LWZX | ___PPC_RT(t) | \
32 #define TEST_LDARX(t, a, b, eh) (PPC_INST_LDARX | ___PPC_RT(t) | \
37 #define TEST_LFSX(t, a, b) (PPC_INST_LFSX | ___PPC_RT(t) | \
41 #define TEST_LFDX(t, a, b) (PPC_INST_LFDX | ___PPC_RT(t) | \
45 #define TEST_LVX(t, a, b) (PPC_INST_LVX | ___PPC_RT(t) | \
/Linux-v4.19/arch/powerpc/include/asm/
Dppc-opcode.h376 #define ___PPC_RT(t) ___PPC_RS(t) macro
384 #define __PPC_RT(t) ___PPC_RT(__REG_##t)
418 ___PPC_RT(t) | \
425 ___PPC_RT(t) | ___PPC_RA(a) | \
428 ___PPC_RT(t) | ___PPC_RA(a) | \
431 ___PPC_RT(t) | ___PPC_RA(a) | \
434 ___PPC_RT(t) | ___PPC_RA(a) | \
530 ___PPC_RT(vrt) | ___PPC_RA(vra) | \
557 TMRN(tmr) | ___PPC_RT(r))
574 ___PPC_RT(vrt) | ___PPC_RA(vra) | \
[all …]
Dcode-patching.h161 #define PPC_INST_LD_TOC (PPC_INST_LD | ___PPC_RT(__REG_R2) | \
/Linux-v4.19/arch/powerpc/kernel/
Doptprobes.c154 patch_instruction(addr, PPC_INST_ADDIS | ___PPC_RT(4) | in patch_imm32_load_insns()
170 patch_instruction(addr, PPC_INST_ADDIS | ___PPC_RT(3) | in patch_imm64_load_insns()