Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/net/
Dbpf_jit.h99 #define PPC_MR(d, a) PPC_OR(d, a, a)
197 #define PPC_OR(d, a, b) EMIT(PPC_INST_OR | ___PPC_RA(d) | \ macro
Dbpf_jit_comp.c219 PPC_OR(r_A, r_A, r_X); in bpf_jit_build_body()