Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/net/
Dbpf_jit_comp.c207 PPC_AND(r_A, r_A, r_X); in bpf_jit_build_body()
214 PPC_AND(r_A, r_A, r_scratch1); in bpf_jit_build_body()
Dbpf_jit.h191 #define PPC_AND(d, a, b) EMIT(PPC_INST_AND | ___PPC_RA(d) | \ macro