Searched refs:BNE (Results 1 – 3 of 3) sorted by relevance
/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()
|
/arch/riscv/include/asm/ |
D | insn.h | 195 #define RVG_MATCH_BNE (RV_ENCODE_FUNCT3(BNE) | RVG_OPCODE_BRANCH)
|