Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp.c206 PPC_AND(r_A, r_A, r_X); in bpf_jit_build_body()
213 PPC_AND(r_A, r_A, r_scratch1); in bpf_jit_build_body()
Dbpf_jit_comp64.c431 PPC_AND(dst_reg, dst_reg, src_reg); in bpf_jit_build_body()
440 PPC_AND(dst_reg, dst_reg, b2p[TMP_REG_1]); in bpf_jit_build_body()
Dbpf_jit.h128 #define PPC_AND(d, a, b) EMIT(PPC_INST_AND | ___PPC_RA(d) | \ macro