Searched refs:COND_NE (Results 1 – 3 of 3) sorted by relevance
176 PPC_BCC_SHORT(COND_NE, (ctx->idx*4)+12); in bpf_jit_build_body()354 PPC_BCC_SHORT(COND_NE, ctx->idx * 4 + 12); in bpf_jit_build_body()477 true_cond = COND_NE; in bpf_jit_build_body()
698 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()707 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()838 true_cond = COND_NE; in bpf_jit_build_body()844 true_cond = COND_NE; in bpf_jit_build_body()
261 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro