Searched refs:PPC_OR (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/powerpc/net/ |
D | bpf_jit.h | 43 #define PPC_MR(d, a) PPC_OR(d, a, a) 123 #define PPC_OR(d, a, b) EMIT(PPC_INST_OR | ___PPC_RA(d) | \ macro 125 #define PPC_MR(d, a) PPC_OR(d, a, a)
|
D | bpf_jit_comp64.c | 468 PPC_OR(dst_reg, dst_reg, src_reg); in bpf_jit_build_body() 475 PPC_OR(dst_reg, dst_reg, b2p[TMP_REG_1]); in bpf_jit_build_body()
|
D | bpf_jit_comp.c | 214 PPC_OR(r_A, r_A, r_X); in bpf_jit_build_body()
|