Searched refs:___PPC_RA (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/net/
H A Dbpf_jit.h98 ___PPC_RA(a) | IMM_L(i))
102 ___PPC_RS(d) | ___PPC_RA(a) | IMM_L(i))
105 ___PPC_RA(base) | ((i) & 0xfffc))
107 ___PPC_RA(base) | ((i) & 0xfffc))
109 ___PPC_RA(base) | ((i) & 0xfffc))
111 ___PPC_RA(base) | ((i) & 0xfffc))
114 ___PPC_RA(base) | IMM_L(i))
116 ___PPC_RA(base) | IMM_L(i))
118 ___PPC_RA(base) | IMM_L(i))
120 ___PPC_RA(base) | IMM_L(i))
122 ___PPC_RA(base) | ___PPC_RB(b))
174 #define PPC_CMPWI(a, i) EMIT(PPC_INST_CMPWI | ___PPC_RA(a) | IMM_L(i))
175 #define PPC_CMPDI(a, i) EMIT(PPC_INST_CMPDI | ___PPC_RA(a) | IMM_L(i))
176 #define PPC_CMPLWI(a, i) EMIT(PPC_INST_CMPLWI | ___PPC_RA(a) | IMM_L(i))
177 #define PPC_CMPLW(a, b) EMIT(PPC_INST_CMPLW | ___PPC_RA(a) | ___PPC_RB(b))
180 ___PPC_RB(a) | ___PPC_RA(b))
182 ___PPC_RA(a) | ___PPC_RB(b))
184 ___PPC_RA(a) | ___PPC_RB(b))
186 ___PPC_RA(a) | ___PPC_RB(b))
188 ___PPC_RA(a) | IMM_L(i))
190 ___PPC_RA(a) | ___PPC_RB(b))
191 #define PPC_AND(d, a, b) EMIT(PPC_INST_AND | ___PPC_RA(d) | \
193 #define PPC_ANDI(d, a, i) EMIT(PPC_INST_ANDI | ___PPC_RA(d) | \
195 #define PPC_AND_DOT(d, a, b) EMIT(PPC_INST_ANDDOT | ___PPC_RA(d) | \
197 #define PPC_OR(d, a, b) EMIT(PPC_INST_OR | ___PPC_RA(d) | \
199 #define PPC_ORI(d, a, i) EMIT(PPC_INST_ORI | ___PPC_RA(d) | \
201 #define PPC_ORIS(d, a, i) EMIT(PPC_INST_ORIS | ___PPC_RA(d) | \
203 #define PPC_XOR(d, a, b) EMIT(PPC_INST_XOR | ___PPC_RA(d) | \
205 #define PPC_XORI(d, a, i) EMIT(PPC_INST_XORI | ___PPC_RA(d) | \
207 #define PPC_XORIS(d, a, i) EMIT(PPC_INST_XORIS | ___PPC_RA(d) | \
209 #define PPC_SLW(d, a, s) EMIT(PPC_INST_SLW | ___PPC_RA(d) | \
211 #define PPC_SRW(d, a, s) EMIT(PPC_INST_SRW | ___PPC_RA(d) | \
214 #define PPC_SLWI(d, a, i) EMIT(PPC_INST_RLWINM | ___PPC_RA(d) | \
218 #define PPC_SRWI(d, a, i) EMIT(PPC_INST_RLWINM | ___PPC_RA(d) | \
222 #define PPC_SLDI(d, a, i) EMIT(PPC_INST_RLDICR | ___PPC_RA(d) | \
225 #define PPC_NEG(d, a) EMIT(PPC_INST_NEG | ___PPC_RT(d) | ___PPC_RA(a))
/linux-4.4.14/arch/powerpc/include/asm/
H A Dppc-opcode.h255 #define ___PPC_RA(a) (((a) & 0x1f) << 16) macro
259 #define __PPC_RA(a) ___PPC_RA(__REG_##a)
260 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a)
293 ___PPC_RT(t) | ___PPC_RA(a) | \
296 ___PPC_RT(t) | ___PPC_RA(a) | \
394 ___PPC_RA(a) | \
398 ___PPC_RA(a) | \

Completed in 43 milliseconds