Searched refs:COND_NE (Results 1 – 2 of 2) sorted by relevance
181 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()
302 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro