Home
last modified time | relevance | path

Searched refs:PPC_OR (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/net/
Dbpf_jit.h43 #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)
Dbpf_jit_comp64.c468 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()
Dbpf_jit_comp.c214 PPC_OR(r_A, r_A, r_X); in bpf_jit_build_body()