Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit.h47 #define PPC_MR(d, a) PPC_OR(d, a, a)
134 #define PPC_OR(d, a, b) EMIT(PPC_INST_OR | ___PPC_RA(d) | \ macro
136 #define PPC_MR(d, a) PPC_OR(d, a, a)
Dbpf_jit_comp64.c445 PPC_OR(dst_reg, dst_reg, src_reg); in bpf_jit_build_body()
452 PPC_OR(dst_reg, dst_reg, b2p[TMP_REG_1]); in bpf_jit_build_body()
Dbpf_jit_comp.c218 PPC_OR(r_A, r_A, r_X); in bpf_jit_build_body()