Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit.h96 #define PPC_MTLR(r) EMIT(PPC_INST_MTLR | ___PPC_RT(r))
97 #define PPC_ADDI(d, a, i) EMIT(PPC_INST_ADDI | ___PPC_RT(d) | \
113 #define PPC_LBZ(r, base, i) EMIT(PPC_INST_LBZ | ___PPC_RT(r) | \
115 #define PPC_LD(r, base, i) EMIT(PPC_INST_LD | ___PPC_RT(r) | \
117 #define PPC_LWZ(r, base, i) EMIT(PPC_INST_LWZ | ___PPC_RT(r) | \
119 #define PPC_LHZ(r, base, i) EMIT(PPC_INST_LHZ | ___PPC_RT(r) | \
121 #define PPC_LHBRX(r, base, b) EMIT(PPC_INST_LHBRX | ___PPC_RT(r) | \
179 #define PPC_SUB(d, a, b) EMIT(PPC_INST_SUB | ___PPC_RT(d) | \
181 #define PPC_ADD(d, a, b) EMIT(PPC_INST_ADD | ___PPC_RT(d) | \
183 #define PPC_MUL(d, a, b) EMIT(PPC_INST_MULLW | ___PPC_RT(d) | \
[all …]
/arch/powerpc/include/asm/
Dppc-opcode.h259 #define ___PPC_RT(t) ___PPC_RS(t) macro
264 #define __PPC_RT(t) ___PPC_RT(__REG_##t)
294 ___PPC_RT(t) | ___PPC_RA(a) | \
297 ___PPC_RT(t) | ___PPC_RA(a) | \
390 TMRN(tmr) | ___PPC_RT(r))