Searched refs:COND_NE (Results 1 – 3 of 3) sorted by relevance
180 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()482 true_cond = COND_NE; in bpf_jit_build_body()
650 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()772 true_cond = COND_NE; in bpf_jit_build_body()776 true_cond = COND_NE; in bpf_jit_build_body()
264 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro