Searched refs:JNE (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.c | 451 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 D | bpf_jit_machdep.h | 471 #define JNE 0x85 macro
|
/freebsd/sys/i386/i386/ |
H A D | bpf_jit_machdep.c | 473 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 D | bpf_jit_machdep.h | 416 #define JNE 0x85 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 870 SET_NEWCC(SETNE, JNE); in EmitInstrWithCustomInserter()
|
H A D | BPFInstrInfo.td | 274 defm JNE : J<BPF_JNE, "!=", BPF_CC_NE, BPF_CC_NE_32>;
|