Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c64 #define BNE (F2(0, 2) | CONDNE) macro
468 emit_branch_off(BNE, 16); in bpf_jit_compile()
645 COND_SEL(BPF_JMP | BPF_JEQ | BPF_K, BE, BNE); in bpf_jit_compile()
646 COND_SEL(BPF_JMP | BPF_JSET | BPF_K, BNE, BE); in bpf_jit_compile()
649 COND_SEL(BPF_JMP | BPF_JEQ | BPF_X, BE, BNE); in bpf_jit_compile()
650 COND_SEL(BPF_JMP | BPF_JSET | BPF_X, BNE, BE); in bpf_jit_compile()
H A Dbpf_jit_comp_64.c134 #define BNE (BRANCH | CONDNE) macro
720 br_opcode = BNE; in emit_compare_and_branch()
1397 emit_branch(BNE, 4, 0, ctx); in build_insn()
1425 emit_branch(BNE, 4, 0, ctx); in build_insn()
/openbmc/linux/Documentation/
H A Datomic_t.txt344 " BNE 2f\n"
346 " BNE 1b\n"
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst227 BEQ BNE BLT BGE BLTU BGEU BEQZ BNEZ B BL JIRL
/openbmc/linux/Documentation/arch/loongarch/
H A Dintroduction.rst260 BEQ BNE BLT BGE BLTU BGEU BEQZ BNEZ B BL JIRL
/openbmc/qemu/disas/
H A Dnios2.c475 #define MATCH_R1_BNE MATCH_R1_OP (BNE)
1444 #define MATCH_R2_BNE MATCH_R2_OP (BNE)