Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/net/
Dbpf_jit_comp64.c454 PPC_AND(dst_reg, dst_reg, src_reg); in bpf_jit_build_body()
463 PPC_AND(dst_reg, dst_reg, b2p[TMP_REG_1]); in bpf_jit_build_body()
889 PPC_AND(tmp_reg, dst_reg, src_reg); in bpf_jit_build_body()
976 PPC_AND(tmp_reg, dst_reg, in bpf_jit_build_body()
Dbpf_jit_comp.c202 PPC_AND(r_A, r_A, r_X); in bpf_jit_build_body()
209 PPC_AND(r_A, r_A, r_scratch1); in bpf_jit_build_body()
Dbpf_jit.h117 #define PPC_AND(d, a, b) EMIT(PPC_INST_AND | ___PPC_RA(d) | \ macro