Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
A Dbpf_jit_comp32.c805 PPC_BCC_SHORT(COND_NE, (ctx->idx - 3) * 4); in bpf_jit_build_body()
938 true_cond = COND_NE; in bpf_jit_build_body()
944 true_cond = COND_NE; in bpf_jit_build_body()
957 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
975 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
987 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
1005 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
1012 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
1036 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
1042 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
[all …]
A Dbpf_jit_comp64.c757 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()
773 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()
904 true_cond = COND_NE; in bpf_jit_build_body()
910 true_cond = COND_NE; in bpf_jit_build_body()
A Dbpf_jit.h123 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro

Completed in 7 milliseconds