Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.c451 JCC(JE, JNE); in bpf_jit_compile()
456 JCC(JNE, JE); in bpf_jit_compile()
471 JCC(JE, JNE); in bpf_jit_compile()
476 JCC(JNE, JE); in bpf_jit_compile()
H A Dbpf_jit_machdep.h471 #define JNE 0x85 macro
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.c473 JCC(JE, JNE); in bpf_jit_compile()
478 JCC(JNE, JE); in bpf_jit_compile()
493 JCC(JE, JNE); in bpf_jit_compile()
498 JCC(JNE, JE); in bpf_jit_compile()
H A Dbpf_jit_machdep.h416 #define JNE 0x85 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp870 SET_NEWCC(SETNE, JNE); in EmitInstrWithCustomInserter()
H A DBPFInstrInfo.td274 defm JNE : J<BPF_JNE, "!=", BPF_CC_NE, BPF_CC_NE_32>;