Searched refs:COND_NE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 898 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 D | bpf_jit.h | 117 #define COND_NE (CR0_EQ | COND_CMP_FALSE) macro
|
H A D | bpf_jit_comp64.c | 856 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 D | tcg-target.c.inc | 157 #define COND_NE 0x9 612 [TCG_COND_NE] = COND_NE, 614 [TCG_COND_TSTNE] = COND_NE, 1128 tcg_out_bpcc0(s, COND_NE, BPCC_PN | cc, 0); 1147 tcg_out_bpcc0(s, COND_NE, BPCC_PN | BPCC_ICC, 0);
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 96 COND_NE = 0x1, 242 [TCG_COND_NE] = COND_NE, 1652 tcg_out_bl_imm(s, COND_NE, 0); 1737 tcg_out_bl_imm(s, COND_NE, 0); 1990 tcg_out_dat_reg(s, COND_NE, INSN_CLZ, a0, 0, a1, 0);
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 341 COND_NE = 0x1, 362 [TCG_COND_NE] = COND_NE, 374 [TCG_COND_TSTNE] = COND_NE,
|