Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp32.c898 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body()
912 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()
1133 true_cond = COND_NE; in bpf_jit_build_body()
1139 true_cond = COND_NE; in bpf_jit_build_body()
1152 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
1170 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
1182 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
1200 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
1207 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
1231 PPC_BCC_SHORT(COND_NE, (ctx->idx + 2) * 4); in bpf_jit_build_body()
[all …]
H A Dbpf_jit.h117 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro
H A Dbpf_jit_comp64.c856 PPC_BCC_SHORT(COND_NE, (ctx->idx + 3) * 4); in bpf_jit_build_body()
874 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()
1076 true_cond = COND_NE; in bpf_jit_build_body()
1082 true_cond = COND_NE; in bpf_jit_build_body()
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc157 #define COND_NE 0x9
611 [TCG_COND_NE] = COND_NE,
1111 tcg_out_bpcc0(s, COND_NE, BPCC_PN | cc, 0);
1130 tcg_out_bpcc0(s, COND_NE, BPCC_PN | BPCC_ICC, 0);
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc96 COND_NE = 0x1,
242 [TCG_COND_NE] = COND_NE,
1617 tcg_out_bl_imm(s, COND_NE, 0);
1702 tcg_out_bl_imm(s, COND_NE, 0);
1956 tcg_out_dat_reg(s, COND_NE, INSN_CLZ, a0, 0, a1, 0);
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc316 COND_NE = 0x1,
337 [TCG_COND_NE] = COND_NE,