Searched refs:___PPC_RS (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/net/ |
D | bpf_jit.h | 52 #define PPC_STD(r, base, i) EMIT(PPC_INST_STD | ___PPC_RS(r) | \ 54 #define PPC_STDU(r, base, i) EMIT(PPC_INST_STDU | ___PPC_RS(r) | \ 56 #define PPC_STW(r, base, i) EMIT(PPC_INST_STW | ___PPC_RS(r) | \ 58 #define PPC_STWU(r, base, i) EMIT(PPC_INST_STWU | ___PPC_RS(r) | \ 60 #define PPC_STH(r, base, i) EMIT(PPC_INST_STH | ___PPC_RS(r) | \ 62 #define PPC_STB(r, base, i) EMIT(PPC_INST_STB | ___PPC_RS(r) | \ 84 #define PPC_BPF_STWCX(s, a, b) EMIT(PPC_INST_STWCX | ___PPC_RS(s) | \ 86 #define PPC_BPF_STDCX(s, a, b) EMIT(PPC_INST_STDCX | ___PPC_RS(s) | \ 129 ___PPC_RS(a) | ___PPC_RB(b)) 131 ___PPC_RS(a) | IMM_L(i)) [all …]
|
/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 291 #define ___PPC_RS(s) (((s) & 0x1f) << 21) macro 292 #define ___PPC_RT(t) ___PPC_RS(t) 299 #define __PPC_RS(s) ___PPC_RS(__REG_##s) 361 ___PPC_RB(a) | ___PPC_RS(lp)) 364 ___PPC_RB(rb) | ___PPC_RS(rs) | \ 369 ___PPC_RB(rb) | ___PPC_RS(rs) | \ 447 TMRN(tmr) | ___PPC_RS(r)) 453 ___PPC_RS(s) | \ 457 ___PPC_RS(s) | \
|
D | code-patching.h | 118 #define PPC_INST_STD_LR (PPC_INST_STD | ___PPC_RS(__REG_R0) | \
|