Searched refs:JNE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/samples/seccomp/ |
H A D | bpf-fancy.c | 46 JNE(STDIN_FILENO, DENY), in main() 48 JNE((unsigned long)buf, DENY), in main()
|
H A D | bpf-helper.h | 77 #define JNE(x, jt) JNE32(x, EXPAND(jt)) macro 115 #define JNE(x, jt) \ macro
|
/openbmc/linux/kernel/bpf/ |
H A D | core.c | 1574 INSN_3(JMP32, JNE, X), \ 1586 INSN_3(JMP32, JNE, K), \ 1599 INSN_3(JMP, JNE, X), \ 1611 INSN_3(JMP, JNE, K), \ 2045 COND_JMP(u, JNE, !=) in ___bpf_prog_run()
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 165 75: JNZ/JNE Jb 481 85: JNE/JNZ Jz (f64)
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 165 75: JNZ/JNE Jb 481 85: JNE/JNZ Jz (f64)
|
/openbmc/linux/lib/ |
H A D | test_bpf.c | 11839 BPF_JMP32_IMM_ZEXT(JNE), 11875 BPF_JMP32_REG_ZEXT(JNE),
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 894 "JNE rel16","JNE rel16","jne rel16","0F 85 cw","V","N.S.","","operand16","r","","" 895 "JNE rel32","JNE rel32","jne rel32","0F 85 cd","N.S.","V","","default64","r","","" 896 "JNE rel32","JNE rel32","jne rel32","0F 85 cd","V","N.S.","","operand32","r","","" 897 "JNE rel8","JNE rel8","jne rel8","75 cb","V","N.S.","","","r","","" 898 "JNE rel8","JNE rel8","jne rel8","75 cb","N.S.","V","","default64","r","",""
|