Searched refs:PPC_AND (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/net/ |
D | bpf_jit_comp.c | 206 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()
|
D | bpf_jit_comp64.c | 431 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()
|
D | bpf_jit.h | 128 #define PPC_AND(d, a, b) EMIT(PPC_INST_AND | ___PPC_RA(d) | \ macro
|