Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/amd64/amd64/
HDbpf_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()
HDbpf_jit_machdep.h471 #define JNE 0x85 macro
/freebsd-13-stable/sys/i386/i386/
HDbpf_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()
HDbpf_jit_machdep.h416 #define JNE 0x85 macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFISelLowering.cpp870 SET_NEWCC(SETNE, JNE); in EmitInstrWithCustomInserter()
HDBPFInstrInfo.td274 defm JNE : J<BPF_JNE, "!=", BPF_CC_NE, BPF_CC_NE_32>;