Searched refs:COND_NE (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 947 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body() 961 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1209 true_cond = COND_NE; in bpf_jit_build_body() 1215 true_cond = COND_NE; in bpf_jit_build_body() 1228 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1246 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1258 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1276 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1283 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1307 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() [all …]
|
D | bpf_jit.h | 114 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro
|
D | bpf_jit_comp64.c | 931 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body() 949 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1177 true_cond = COND_NE; in bpf_jit_build_body() 1183 true_cond = COND_NE; in bpf_jit_build_body()
|