Searched refs:COND_NE (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 836 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body() 850 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1067 true_cond = COND_NE; in bpf_jit_build_body() 1073 true_cond = COND_NE; in bpf_jit_build_body() 1086 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1104 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1116 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1134 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1141 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() 1165 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body() [all …]
|
D | bpf_jit.h | 115 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro
|
D | bpf_jit_comp64.c | 828 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body() 846 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body() 1044 true_cond = COND_NE; in bpf_jit_build_body() 1050 true_cond = COND_NE; in bpf_jit_build_body()
|