Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit.h189 #define PPC_BCC_SHORT(cond, dest) EMIT(PPC_INST_BRANCH_COND | \ macro
245 PPC_BCC_SHORT(cond, dest); \
249 PPC_BCC_SHORT(cond ^ COND_CMP_TRUE, (ctx->idx+2)*4); \
Dbpf_jit_comp.c180 PPC_BCC_SHORT(COND_NE, (ctx->idx*4)+12); in bpf_jit_build_body()
358 PPC_BCC_SHORT(COND_NE, ctx->idx * 4 + 12); in bpf_jit_build_body()
Dbpf_jit_comp64.c650 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()
659 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()