Home
last modified time | relevance | path

Searched refs:X86_INS_JNP (Results 1 – 9 of 9) sorted by relevance

/external/capstone/bindings/vb6/
Dmx86.bas686 X86_INS_JNP
/external/capstone/arch/X86/
DX86Mapping.c1117 { X86_INS_JNP, "jnp" },
3172 case X86_INS_JNP: in valid_bnd()
DX86MappingInsn_reduce.inc3377 X86_JNP_1, X86_INS_JNP,
3383 X86_JNP_2, X86_INS_JNP,
3389 X86_JNP_4, X86_INS_JNP,
DX86MappingInsnOp_reduce.inc2252 { /* X86_JNP_1, X86_INS_JNP: jnp $dst */
2256 { /* X86_JNP_2, X86_INS_JNP: jnp $dst */
2260 { /* X86_JNP_4, X86_INS_JNP: jnp $dst */
DX86MappingInsn.inc5705 X86_JNP_1, X86_INS_JNP,
5711 X86_JNP_2, X86_INS_JNP,
5717 X86_JNP_4, X86_INS_JNP,
DX86MappingInsnOp.inc3804 { /* X86_JNP_1, X86_INS_JNP: jnp $dst */
3808 { /* X86_JNP_2, X86_INS_JNP: jnp $dst */
3812 { /* X86_JNP_4, X86_INS_JNP: jnp $dst */
/external/capstone/bindings/java/capstone/
DX86_const.java679 public static final int X86_INS_JNP = 267; field in X86_const
/external/capstone/bindings/python/capstone/
Dx86_const.py676 X86_INS_JNP = 267 variable
/external/capstone/include/capstone/
Dx86.h653 X86_INS_JNP, enumerator