Searched refs:BNE (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 64 #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()
|
D | bpf_jit_comp_64.c | 134 #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()
|
/Linux-v6.1/Documentation/ |
D | atomic_t.txt | 344 " BNE 2f\n" 346 " BNE 1b\n"
|
/Linux-v6.1/Documentation/translations/zh_CN/loongarch/ |
D | introduction.rst | 227 BEQ BNE BLT BGE BLTU BGEU BEQZ BNEZ B BL JIRL
|
/Linux-v6.1/Documentation/loongarch/ |
D | introduction.rst | 260 BEQ BNE BLT BGE BLTU BGEU BEQZ BNEZ B BL JIRL
|