Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp.c181 PPC_BCC_SHORT(COND_NE, (ctx->idx*4)+12); in bpf_jit_build_body()
359 PPC_BCC_SHORT(COND_NE, ctx->idx * 4 + 12); in bpf_jit_build_body()
483 true_cond = COND_NE; in bpf_jit_build_body()
Dbpf_jit.h302 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro