Home
last modified time | relevance | path

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

/arch/sparc/net/
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()
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()
/arch/riscv/include/asm/
Dinsn.h195 #define RVG_MATCH_BNE (RV_ENCODE_FUNCT3(BNE) | RVG_OPCODE_BRANCH)